]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/symref.el
Fix minor quoting problems in doc strings
[gnu-emacs] / lisp / cedet / semantic / symref.el
index 2c5e3ba1805e1f0a8d95017cf2b732e5a1880eca..ca5dd7dd073a6cfcba8def9e3a5e2916950c390a 100644 (file)
@@ -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