emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/print.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/print.c,v
Date: Wed, 16 Apr 2008 00:30:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/16 00:30:43

Index: print.c
===================================================================
RCS file: /sources/emacs/emacs/src/print.c,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -b -r1.245 -r1.246
--- print.c     1 Feb 2008 16:00:51 -0000       1.245
+++ print.c     16 Apr 2008 00:30:43 -0000      1.246
@@ -2404,8 +2404,7 @@
 
   DEFVAR_BOOL ("print-quoted", &print_quoted,
               doc: /* Non-nil means print quoted forms with reader syntax.
-I.e., (quote foo) prints as 'foo, (function foo) as #'foo, and backquoted
-forms print as in the new syntax.  */);
+I.e., (quote foo) prints as 'foo, (function foo) as #'foo.  */);
   print_quoted = 0;
 
   DEFVAR_LISP ("print-gensym", &Vprint_gensym,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]