# HG changeset patch # User Juanma Barranquero # Date 1162780661 0 # Node ID 59cd5ef2f5f07eede97040d57344d4ef72739b6c # Parent 0ed577e1fa468e1a3151fcd1cbff054fba692ae5 (custom-print-install, custom-print-uninstall, custom-format): Fix typos in docstrings. diff -r 0ed577e1fa46 -r 59cd5ef2f5f0 lisp/emacs-lisp/cust-print.el --- a/lisp/emacs-lisp/cust-print.el Mon Nov 06 02:36:55 2006 +0000 +++ b/lisp/emacs-lisp/cust-print.el Mon Nov 06 02:37:41 2006 +0000 @@ -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