diff options
| author | Robert J. Chassell | 2004-10-12 17:18:53 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2004-10-12 17:18:53 +0000 |
| commit | 107c4fccf53967c396af9333c6e433feee724f17 (patch) | |
| tree | 07c8b4c9e9714d6450f9a30a5f7939031890a488 | |
| parent | c203e4ef6307712698661846e60fb7dd9db443c6 (diff) | |
| download | emacs-107c4fccf53967c396af9333c6e433feee724f17.tar.gz emacs-107c4fccf53967c396af9333c6e433feee724f17.zip | |
Remove trailing whitespace from file.
| -rw-r--r-- | lispintro/emacs-lisp-intro.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 7f9d2185721..514c7a62ad0 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi | |||
| @@ -14930,7 +14930,7 @@ Here is the function: | |||
| 14930 | ;; check whether filename is that of a directory | 14930 | ;; check whether filename is that of a directory |
| 14931 | ((eq t (car (cdr (car current-directory-list)))) | 14931 | ((eq t (car (cdr (car current-directory-list)))) |
| 14932 | ;; decide whether to skip or recurse | 14932 | ;; decide whether to skip or recurse |
| 14933 | (if | 14933 | (if |
| 14934 | (equal "." | 14934 | (equal "." |
| 14935 | (substring (car (car current-directory-list)) -1)) | 14935 | (substring (car (car current-directory-list)) -1)) |
| 14936 | ;; then do nothing since filename is that of | 14936 | ;; then do nothing since filename is that of |
| @@ -17125,7 +17125,7 @@ problem recently.) | |||
| 17125 | @item Ignore case when using `grep'@* | 17125 | @item Ignore case when using `grep'@* |
| 17126 | @samp{-n}@w{ } Prefix each line of output with line number@* | 17126 | @samp{-n}@w{ } Prefix each line of output with line number@* |
| 17127 | @samp{-i}@w{ } Ignore case distinctions@* | 17127 | @samp{-i}@w{ } Ignore case distinctions@* |
| 17128 | @samp{-e}@w{ } Protect patterns beginning with a hyphen character, @samp{-} | 17128 | @samp{-e}@w{ } Protect patterns beginning with a hyphen character, @samp{-} |
| 17129 | 17129 | ||
| 17130 | @smallexample | 17130 | @smallexample |
| 17131 | (setq grep-command "grep -n -i -e ") | 17131 | (setq grep-command "grep -n -i -e ") |
| @@ -17166,7 +17166,7 @@ If you want to write with Chinese `GB' characters, set this instead: | |||
| 17166 | @end itemize | 17166 | @end itemize |
| 17167 | 17167 | ||
| 17168 | @subsubheading Fixing Unpleasant Key Bindings | 17168 | @subsubheading Fixing Unpleasant Key Bindings |
| 17169 | @cindex Key bindings, fixing | 17169 | @cindex Key bindings, fixing |
| 17170 | @cindex Bindings, key, fixing unpleasant | 17170 | @cindex Bindings, key, fixing unpleasant |
| 17171 | 17171 | ||
| 17172 | Some systems bind keys unpleasantly. Sometimes, for example, the | 17172 | Some systems bind keys unpleasantly. Sometimes, for example, the |