emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el [emacs-unicode-2]
Date: Sun, 11 Jul 2004 18:12:06 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.616.2.3 emacs/lisp/simple.el:1.616.2.4
*** emacs/lisp/simple.el:1.616.2.3      Mon Jun 28 07:28:45 2004
--- emacs/lisp/simple.el        Sun Jul 11 22:07:45 2004
***************
*** 3364,3370 ****
    "Return the symbol or word that point is on (or a nearby one) as a string.
  The return value includes no text properties.
  If optional arg STRICT is non-nil, return nil unless point is within
! or adjacent to a symbol or word.
  The function, belying its name, normally finds a symbol.
  If optional arg REALLY-WORD is non-nil, it finds just a word."
    (save-excursion
--- 3364,3371 ----
    "Return the symbol or word that point is on (or a nearby one) as a string.
  The return value includes no text properties.
  If optional arg STRICT is non-nil, return nil unless point is within
! or adjacent to a symbol or word.  In all cases the value can be nil
! if there is no word nearby.
  The function, belying its name, normally finds a symbol.
  If optional arg REALLY-WORD is non-nil, it finds just a word."
    (save-excursion




reply via email to

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