emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi


From: Robert J . Chassell
Subject: [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi
Date: Tue, 12 Oct 2004 13:30:53 -0400

Index: emacs/lispintro/emacs-lisp-intro.texi
diff -c emacs/lispintro/emacs-lisp-intro.texi:1.30 
emacs/lispintro/emacs-lisp-intro.texi:1.31
*** emacs/lispintro/emacs-lisp-intro.texi:1.30  Tue Oct 12 17:15:06 2004
--- emacs/lispintro/emacs-lisp-intro.texi       Tue Oct 12 17:18:53 2004
***************
*** 14930,14936 ****
         ;; check whether filename is that of a directory
         ((eq t (car (cdr (car current-directory-list))))
          ;; decide whether to skip or recurse
!         (if 
              (equal "."
                     (substring (car (car current-directory-list)) -1))
              ;; then do nothing since filename is that of
--- 14930,14936 ----
         ;; check whether filename is that of a directory
         ((eq t (car (cdr (car current-directory-list))))
          ;; decide whether to skip or recurse
!         (if
              (equal "."
                     (substring (car (car current-directory-list)) -1))
              ;; then do nothing since filename is that of
***************
*** 17125,17131 ****
  @item  Ignore case when using `grep'@*
  @address@hidden  }   Prefix each line of output with line address@hidden
  @address@hidden  }   Ignore case address@hidden
! @address@hidden  }   Protect patterns beginning with a hyphen character, 
@samp{-} 
  
  @smallexample
  (setq grep-command "grep  -n -i -e ")
--- 17125,17131 ----
  @item  Ignore case when using `grep'@*
  @address@hidden  }   Prefix each line of output with line address@hidden
  @address@hidden  }   Ignore case address@hidden
! @address@hidden  }   Protect patterns beginning with a hyphen character, 
@samp{-}
  
  @smallexample
  (setq grep-command "grep  -n -i -e ")
***************
*** 17166,17172 ****
  @end itemize
  
  @subsubheading Fixing Unpleasant Key Bindings
! @cindex Key bindings, fixing 
  @cindex Bindings, key, fixing unpleasant
  
  Some systems bind keys unpleasantly.  Sometimes, for example, the
--- 17166,17172 ----
  @end itemize
  
  @subsubheading Fixing Unpleasant Key Bindings
! @cindex Key bindings, fixing
  @cindex Bindings, key, fixing unpleasant
  
  Some systems bind keys unpleasantly.  Sometimes, for example, the




reply via email to

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