emacs-diffs
[Top][All Lists]
Advanced

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

master f90b026 1/2: Document the 'string' thingatpt target


From: Lars Ingebrigtsen
Subject: master f90b026 1/2: Document the 'string' thingatpt target
Date: Sat, 25 Sep 2021 05:54:25 -0400 (EDT)

branch: master
commit f90b0269780fd099f29c653f655da7e5cdf6abee
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Document the 'string' thingatpt target
    
    * doc/lispref/text.texi (Buffer Contents): Mention the 'string'
    target.
---
 doc/lispref/text.texi | 2 +-
 etc/NEWS              | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index f83ca97..41b3138 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -319,7 +319,7 @@ The argument @var{thing} is a symbol which specifies a kind 
of
 syntactic entity.  Possibilities include @code{symbol}, @code{list},
 @code{sexp}, @code{defun}, @code{filename}, @code{existing-filename},
 @code{url}, @code{word}, @code{sentence}, @code{whitespace},
-@code{line}, @code{page}, and others.
+@code{line}, @code{page}, @code{string}, and others.
 
 When the optional argument @var{no-properties} is non-@code{nil}, this
 function strips text properties from the return value.
diff --git a/etc/NEWS b/etc/NEWS
index 115808d..68853e4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2600,6 +2600,7 @@ This new command (bound to 'C-c C-l') regenerates the 
current hunk.
 This is like 'filename', but is a full path, and is nil if the file
 doesn't exist.
 
++++
 *** New 'thing-at-point' target: 'string'.
 If point is inside a string, it returns that string.
 
@@ -2809,6 +2810,7 @@ declared obsolete and rewritten as 
'erc-track-select-mode-line-face',
 with different expected arguments (the current and old faces are now
 separated) and clearer documentation.
 
+---
 *** Add '/opme' and '/deopme' convenience commands.
 The new '/opme' convenience command asks ChanServ to set the operator
 status for the current nick in the current channel, and '/deopme'



reply via email to

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