diff options
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/semantic/mru-bookmark.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/symref.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/tag.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/srecode/cpp.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/texi.el | 10 |
5 files changed, 11 insertions, 11 deletions
diff --git a/lisp/cedet/semantic/mru-bookmark.el b/lisp/cedet/semantic/mru-bookmark.el index b75408f6a9d..b2a2c8c7619 100644 --- a/lisp/cedet/semantic/mru-bookmark.el +++ b/lisp/cedet/semantic/mru-bookmark.el @@ -207,7 +207,7 @@ The resulting bookmark is then sorted within the ring." ))) (defun semantic-mrub-cache-flush-fcn () - "Function called in the `semantic-before-toplevel-cache-flush-hook`. + "Function called in the `semantic-before-toplevel-cache-flush-hook'. Cause tags in the ring to become unlinked." (let* ((ring (oref semantic-mru-bookmark-ring ring)) (len (ring-length ring)) diff --git a/lisp/cedet/semantic/symref.el b/lisp/cedet/semantic/symref.el index 2c5e3ba1805..ca5dd7dd073 100644 --- a/lisp/cedet/semantic/symref.el +++ b/lisp/cedet/semantic/symref.el @@ -351,7 +351,7 @@ until the next command is executed." (setq semantic-symref-recently-opened-buffers nil) (remove-hook 'post-command-hook 'semantic-symref-cleanup-recent-buffers-fcn) ) - + (cl-defmethod semantic-symref-result-get-tags ((result semantic-symref-result) &optional open-buffers) "Get the list of tags from the symref result RESULT. @@ -512,7 +512,7 @@ buffers that were opened." (searchtype :initarg :searchtype :type symbol :documentation "The type of search to do. -Values could be `symbol, `regexp, 'tagname, or 'completion.") +Values could be 'symbol, 'regexp, 'tagname, or 'completion.") (searchscope :initarg :searchscope :type symbol :documentation diff --git a/lisp/cedet/semantic/tag.el b/lisp/cedet/semantic/tag.el index 3ad192b8b8f..545ca914d19 100644 --- a/lisp/cedet/semantic/tag.el +++ b/lisp/cedet/semantic/tag.el @@ -621,7 +621,7 @@ buffer, the originating buffer file name is kept in the `:filename' property of the copied tag. If KEEP-FILE is a string, and the originating buffer is NOT available, then KEEP-FILE is stored on the `:filename' property. -This runs the tag hook `unlink-copy-hook`." +This runs the tag hook `unlink-copy-hook'." ;; Right now, TAG is a list. (let ((copy (semantic-tag-clone tag name))) @@ -958,7 +958,7 @@ Return nil if TAG is not of class 'alias." "Return a list of components for TAG. A Component is a part of TAG which itself may be a TAG. Examples include the elements of a structure in a -tag of class `type, or the list of arguments to a +tag of class 'type, or the list of arguments to a tag of class 'function." ) diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el index ec92ae30ba6..e77e05c40b9 100644 --- a/lisp/cedet/srecode/cpp.el +++ b/lisp/cedet/srecode/cpp.el @@ -84,7 +84,7 @@ HEADER - Shown section if in a header file." ;;;###autoload (defun srecode-semantic-handle-:cpp (dict) "Add macros into the dictionary DICT based on the current c file. -Calls `srecode-semantic-handle-:c. +Calls `srecode-semantic-handle-:c'. Also adds the following: - nothing -" (srecode-semantic-handle-:c dict) diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el index 5c3f21c32a2..be75f3765c1 100644 --- a/lisp/cedet/srecode/texi.el +++ b/lisp/cedet/srecode/texi.el @@ -241,11 +241,11 @@ This is to take advantage of TeXinfo's markup symbols." For instances where CLASS is the class being referenced, do not Xref that class. - `function' => @dfn{function} - `variable' => @code{variable} - `class' => @code{class} @xref{class} - `unknown' => @code{unknown} - \"text\" => ``text'' + function => @dfn{function} + variable => @code{variable} + class => @code{class} @xref{class} + unknown => @code{unknown} + \" text \" => `` text '' 'quoteme => @code{quoteme} non-nil => non-@code{nil} t => @code{t} |
