]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/ada-xref.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / progmodes / ada-xref.el
index 6b611e6f99b15ec5ea32e698e06a93441affccf6..771dc2a3da1f74a249954726e11a405412a12f43 100644 (file)
@@ -954,7 +954,7 @@ Return new value of PROJECT."
        (append (mapcar 'directory-file-name compilation-search-path)
                ada-search-directories))
 
-  ;; return 't', for decent display in message buffer when called interactively
+  ;; return t, for decent display in message buffer when called interactively
   t)
 
 (defun ada-find-references (&optional pos arg local-only)