]> code.delx.au - gnu-emacs/blobdiff - lisp/face-remap.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / face-remap.el
index 3ec074b55993e8dbaca27893b7ae10f0dac3db0e..93eec5bd13c555094011376656765ddf01ef2ecd 100644 (file)
@@ -187,7 +187,7 @@ of face attribute/value pairs, like in a `face' text property.
 
 If SPECS is empty, call `face-remap-reset-base' to use the normal
 definition of FACE as the base remapping; note that this is
-different from SPECS containing a single value `nil', which means
+different from SPECS containing a single value nil, which means
 not to inherit from the global definition of FACE at all."
   (while (and (consp specs) (not (null (car specs))) (null (cdr specs)))
     (setq specs (car specs)))