summaryrefslogtreecommitdiff
path: root/lisp/cedet/semantic/format.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:43:16 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-12-07 12:43:16 -0800
commitf15f6b53078ac2176f8d2c05d99d3d9b4d32986b (patch)
tree046e4b81c0220bc1048b0ece01caee896629670d /lisp/cedet/semantic/format.el
parentfe6131b72468a71b1bae3bbafcb408a24a460a13 (diff)
parenteeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (diff)
downloademacs-f15f6b53078ac2176f8d2c05d99d3d9b4d32986b.tar.gz
Merge from origin/emacs-25
eeecac7 Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/cedet/semantic/format.el')
-rw-r--r--lisp/cedet/semantic/format.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/format.el b/lisp/cedet/semantic/format.el
index 0a984ebb32d..b83cce56428 100644
--- a/lisp/cedet/semantic/format.el
+++ b/lisp/cedet/semantic/format.el
@@ -603,7 +603,7 @@ UML attribute strings are things like {abstract} or {leaf}."
(private . "-")
)
"Association list of the form (SYMBOL . \"STRING\") for protection symbols.
-This associates a symbol, such as 'public with the st ring \"+\".")
+For example, it might associate the symbol `public' with the string \"+\".")
(define-overloadable-function semantic-format-tag-uml-protection-to-string (protection-symbol color)
"Convert PROTECTION-SYMBOL to a string for UML.