# HG changeset patch # User Robert J. Chassell # Date 1097601533 0 # Node ID a60664800358999c826aae93ed3eb568440dffc8 # Parent dc60b5774fad772c870d620ee09db2cd31bfac44 Remove trailing whitespace from file. diff -r dc60b5774fad -r a60664800358 lispintro/emacs-lisp-intro.texi --- a/lispintro/emacs-lisp-intro.texi Tue Oct 12 17:15:06 2004 +0000 +++ b/lispintro/emacs-lisp-intro.texi Tue Oct 12 17:18:53 2004 +0000 @@ -14930,7 +14930,7 @@ ;; check whether filename is that of a directory ((eq t (car (cdr (car current-directory-list)))) ;; decide whether to skip or recurse - (if + (if (equal "." (substring (car (car current-directory-list)) -1)) ;; then do nothing since filename is that of @@ -17125,7 +17125,7 @@ @item Ignore case when using `grep'@* @samp{-n}@w{ } Prefix each line of output with line number@* @samp{-i}@w{ } Ignore case distinctions@* -@samp{-e}@w{ } Protect patterns beginning with a hyphen character, @samp{-} +@samp{-e}@w{ } Protect patterns beginning with a hyphen character, @samp{-} @smallexample (setq grep-command "grep -n -i -e ") @@ -17166,7 +17166,7 @@ @end itemize @subsubheading Fixing Unpleasant Key Bindings -@cindex Key bindings, fixing +@cindex Key bindings, fixing @cindex Bindings, key, fixing unpleasant Some systems bind keys unpleasantly. Sometimes, for example, the