emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/abbrevs.texi


From: Markus Rost
Subject: [Emacs-diffs] Changes to emacs/lispref/abbrevs.texi
Date: Wed, 23 Jul 2003 21:54:32 -0400

Index: emacs/lispref/abbrevs.texi
diff -c emacs/lispref/abbrevs.texi:1.15 emacs/lispref/abbrevs.texi:1.16
*** emacs/lispref/abbrevs.texi:1.15     Fri Jun 27 12:20:02 2003
--- emacs/lispref/abbrevs.texi  Wed Jul 23 21:54:31 2003
***************
*** 340,346 ****
  ;; @r{acceptable; the return value has no effect on expansion.}
  
  (defun query-if-not-space ()
!   (if (/= ?\  (preceding-char))
        (if (not (y-or-n-p "Do you want to expand this abbrev? "))
            (error "Not expanding this abbrev"))))
  @end smallexample
--- 340,346 ----
  ;; @r{acceptable; the return value has no effect on expansion.}
  
  (defun query-if-not-space ()
!   (if (/= ?\s  (preceding-char))
        (if (not (y-or-n-p "Do you want to expand this abbrev? "))
            (error "Not expanding this abbrev"))))
  @end smallexample




reply via email to

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