]> code.delx.au - gnu-emacs/blobdiff - src/lread.c
Merge from emacs--devo--0
[gnu-emacs] / src / lread.c
index 3975c0bfcd0a2dfab8b6a300a77db895b3be7be3..1bcad4672f037274d2e98a36d510921999dd8a1a 100644 (file)
@@ -3821,8 +3821,8 @@ defalias (sname, string)
 #endif /* NOTDEF */
 
 /* Define an "integer variable"; a symbol whose value is forwarded
-   to a C variable of type int.  Sample call: */
/* DEFVAR_INT ("indent-tabs-mode", &indent_tabs_mode, "Documentation");  */
+   to a C variable of type int.  Sample call:
  DEFVAR_INT ("emacs-priority", &emacs_priority, "Documentation");  */
 void
 defvar_int (namestring, address)
      char *namestring;
@@ -3837,7 +3837,7 @@ defvar_int (namestring, address)
 }
 
 /* Similar but define a variable whose value is t if address contains 1,
-   nil if address contains 0 */
+   nil if address contains 0 */
 void
 defvar_bool (namestring, address)
      char *namestring;