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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Fri, 09 Jul 2004 12:11:29 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.648 emacs/lisp/simple.el:1.649
*** emacs/lisp/simple.el:1.648  Sun Jun 13 22:00:17 2004
--- emacs/lisp/simple.el        Fri Jul  9 16:08:17 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]