emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cust-print.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cust-print.el,v
Date: Mon, 06 Nov 2006 02:37:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/06 02:37:41

Index: cust-print.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/cust-print.el,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -b -r2.10 -r2.11
--- cust-print.el       6 Feb 2006 12:20:06 -0000       2.10
+++ cust-print.el       6 Nov 2006 02:37:41 -0000       2.11
@@ -256,7 +256,7 @@
 
 (defun custom-print-install ()
   "Replace print functions with general, customizable, Lisp versions.
-The emacs subroutines are saved away, and you can reinstall them
+The Emacs subroutines are saved away, and you can reinstall them
 by running `custom-print-uninstall'."
   (interactive)
   (mapcar 'cust-print-set-function-cell
@@ -271,7 +271,7 @@
   t)
 
 (defun custom-print-uninstall ()
-  "Reset print functions to their emacs subroutines."
+  "Reset print functions to their Emacs subroutines."
   (interactive)
   (mapcar 'cust-print-set-function-cell
          '((prin1 cust-print-original-prin1)
@@ -375,7 +375,7 @@
 the argument used by %d, %b, %o, %x or %c must be a number.
 
 This is the custom-print replacement for the standard `format'.  It
-calls the emacs `format' after first making strings for list,
+calls the Emacs `format' after first making strings for list,
 vector, or symbol args.  The format specification for such args should
 be `%s' in any case, so a string argument will also work.  The string
 is generated with `custom-prin1-to-string', which quotes quotable




reply via email to

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