]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/nnmaildir.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / gnus / nnmaildir.el
index 21fa5b37aa465de582e7fc5411153c8b1ed25797..da3d5460c2bfdcbb257add860dd2de79ceb86da4 100644 (file)
@@ -84,13 +84,13 @@ Some of the FLAGS correspond to Gnus marks.")
 
 (defsubst nnmaildir--mark-to-flag (mark)
   "Find the Maildir flag that corresponds to MARK (an atom).
-Return a character, or `nil' if not found.
+Return a character, or nil if not found.
 See `nnmaildir-flag-mark-mapping'."
   (car (rassq mark nnmaildir-flag-mark-mapping)))
 
 (defsubst nnmaildir--flag-to-mark (flag)
   "Find the Gnus mark that corresponds to FLAG (a character).
-Return an atom, or `nil' if not found.
+Return an atom, or nil if not found.
 See `nnmaildir-flag-mark-mapping'."
   (cdr (assq flag nnmaildir-flag-mark-mapping)))