diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 11:29:54 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-12-07 11:31:16 -0800 |
commit | eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671 (patch) | |
tree | d1233bba4917ba56b357746e1f0ad921b6174724 /lisp/cedet | |
parent | da71c89ba39f500f4c65d986863512f293934401 (diff) | |
download | emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.gz emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.tar.bz2 emacs-eeecac7ab9d1f8c3a29cffe4586e5fd2414dd671.zip |
Fix minor quoting problems in doc strings
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/semantic/format.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/format.el b/lisp/cedet/semantic/format.el index 1fe703fd09a..923b0a38f85 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. |