]> code.delx.au - gnu-emacs/blobdiff - lisp/ibuffer.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / ibuffer.el
index f15e150f5d428b283dc05e037e5b274783a0deb2..c426976b29cad4e5bdf3189713088e6bec67fead 100644 (file)
@@ -1908,9 +1908,9 @@ the buffer object itself and the current mark symbol."
                     ;; Kill the line if the buffer is dead
                     'kill)))
              ;; A given mapping function should return:
-             ;; `nil' if it chose not to affect the buffer
+             ;; nil if it chose not to affect the buffer
              ;; `kill' means the remove line from the buffer list
-             ;; `t' otherwise
+             ;; t otherwise
              (cl-incf ibuffer-map-lines-total)
              (cond ((null result)
                     (forward-line 1))