changeset 37976:23dc2eca0bd3

Proofreading changes from Tim Goodwin <tjg@star.le.ac.uk>.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Jun 2001 16:54:11 +0000
parents cb43c257a4cd
children 5ff6cac52888
files man/custom.texi man/trouble.texi
diffstat 2 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/man/custom.texi	Fri Jun 01 13:46:18 2001 +0000
+++ b/man/custom.texi	Fri Jun 01 16:54:11 2001 +0000
@@ -1629,9 +1629,7 @@
 
 @example
 (global-set-key [?\C-z] 'shell)
-
 (global-set-key [?\C-x ?l] 'make-symbolic-link)
-
 (global-set-key [?\C-x ?\t] 'indent-rigidly)
 @end example
 
@@ -2156,7 +2154,7 @@
 @code{nil} stands for `false'.
 
 @item Other Lisp objects:
-Write a single-quote (') followed by the Lisp object you want.
+Write a single-quote (@code{'}) followed by the Lisp object you want.
 @end table
 
 @node Init Examples
@@ -2275,8 +2273,8 @@
 @cindex loading Lisp libraries automatically
 @cindex autoload Lisp libraries
 Tell Emacs to automatically load a Lisp library named @file{mypackage}
-(i.e.@: a file @file{mypackage.elc} or @file{mypackage.el}) when you
-the function @code{myfunction} in that library is called:
+(i.e.@: a file @file{mypackage.elc} or @file{mypackage.el}) when the
+function @code{myfunction} in that library is called:
 
 @example
 (autoload 'myfunction "mypackage" "Do what I say." t)
--- a/man/trouble.texi	Fri Jun 01 13:46:18 2001 +0000
+++ b/man/trouble.texi	Fri Jun 01 16:54:11 2001 +0000
@@ -317,7 +317,7 @@
 available, in case you run out of memory another time.
 
   Do not use @kbd{M-x buffer-menu} to save or kill buffers when you run
-out of memory, because the buffer menu needs a fair amount memory
+out of memory, because the buffer menu needs a fair amount of memory
 itself, and the reserve supply may not be enough.
 
 @node After a Crash