aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2019-09-16 03:48:47 +0200
committerStefan Kangas2019-09-26 17:24:35 +0200
commit814cab3b4d89066dbd9a7aaad7d98c382a5a3485 (patch)
tree7d66bbbe159ee537a8d7c737e45bda1050cbea87 /doc
parent45524b9702b4a6face2cf453eb02ddf10a496b45 (diff)
downloademacs-814cab3b4d89066dbd9a7aaad7d98c382a5a3485.tar.gz
emacs-814cab3b4d89066dbd9a7aaad7d98c382a5a3485.zip
Add new function to clear tags in tabulated list
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-clear-all-tags): New function to clear all tags from padding area in current buffer. * doc/lispref/modes.texi (Tabulated List Mode): Document it. * etc/NEWS: Announce it.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/modes.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 7185c243e24..2e0c9e4655e 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -1201,6 +1201,11 @@ width of which is governed by @code{tabulated-list-padding}.
1201function advances point by one line. 1201function advances point by one line.
1202@end defun 1202@end defun
1203 1203
1204@defun tabulated-list-clear-all-tags
1205This function clears all tags from the padding area in the current
1206buffer.
1207@end defun
1208
1204@defun tabulated-list-set-col col desc &optional change-entry-data 1209@defun tabulated-list-set-col col desc &optional change-entry-data
1205This function changes the tabulated list entry at point, setting 1210This function changes the tabulated list entry at point, setting
1206@var{col} to @var{desc}. @var{col} is the column number to change, or 1211@var{col} to @var{desc}. @var{col} is the column number to change, or