Fix some quoting glitches in doc strings
This commit is contained in:
parent
269796288a
commit
6b4a97c1c7
74 changed files with 176 additions and 175 deletions
|
@ -385,7 +385,7 @@ It is assumed that the comment occurs just in front of FCN-IN."
|
|||
|
||||
(when (or (not fcn-in)
|
||||
(not (semantic-tag-of-class-p fcn-in 'function)))
|
||||
(error "No tag of class 'function to insert comment for"))
|
||||
(error "No tag of class `function' to insert comment for"))
|
||||
|
||||
(if (not (eq (current-buffer) (semantic-tag-buffer fcn-in)))
|
||||
(error "Only insert comments for tags in the current buffer"))
|
||||
|
@ -496,7 +496,7 @@ It is assumed that the comment occurs just after VAR-IN."
|
|||
|
||||
(when (or (not var-in)
|
||||
(not (semantic-tag-of-class-p var-in 'variable)))
|
||||
(error "No tag of class 'variable to insert comment for"))
|
||||
(error "No tag of class `variable' to insert comment for"))
|
||||
|
||||
(if (not (eq (current-buffer) (semantic-tag-buffer var-in)))
|
||||
(error "Only insert comments for tags in the current buffer"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue