]> code.delx.au - gnu-emacs/blobdiff - src/buffer.c
Don't quote nil and t in doc strings
[gnu-emacs] / src / buffer.c
index 148d077ec21b7fc030d278b928a50ac85bbe8d88..c78d08c53d289a160af78b3bcc23e4bd1c9c4d12 100644 (file)
@@ -6106,7 +6106,7 @@ An entry of the form POSITION indicates that point was at the buffer
 location given by the integer.  Undoing an entry of this form places
 point at POSITION.
 
-Entries with value `nil' mark undo boundaries.  The undo command treats
+Entries with value nil mark undo boundaries.  The undo command treats
 the changes between two undo boundaries as a single step to be undone.
 
 If the value of the variable is t, undo information is not recorded.  */);