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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el [lexbind]
Date: Fri, 16 Jul 2004 23:11:45 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.551.2.19 emacs/lisp/simple.el:1.551.2.20
*** emacs/lisp/simple.el:1.551.2.19     Tue Jul  6 10:10:47 2004
--- emacs/lisp/simple.el        Sat Jul 17 02:49:46 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]