From: Lars Ingebrigtsen Date: Sat, 25 Sep 2021 09:45:30 +0000 (+0200) Subject: Document the 'string' thingatpt target X-Git-Tag: emacs-28.0.90~653 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f90b0269780fd099f29c653f655da7e5cdf6abee;p=emacs.git Document the 'string' thingatpt target * doc/lispref/text.texi (Buffer Contents): Mention the 'string' target. --- diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index f83ca97163b..41b3138a0dd 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 115808d0580..68853e423c0 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'