Mercurial > emacs
changeset 56831:a6ed4f895b79
(edit-tab-stops-buffer): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 28 Aug 2004 16:13:32 +0000 |
parents | 4be384fe5140 |
children | 5b321dee9ed2 |
files | lisp/indent.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/indent.el Sat Aug 28 15:32:06 2004 +0000 +++ b/lisp/indent.el Sat Aug 28 16:13:32 2004 +0000 @@ -442,8 +442,8 @@ "Keymap used in `edit-tab-stops'.") (defvar edit-tab-stops-buffer nil - "Buffer whose tab stops are being edited--in case -the variable `tab-stop-list' is local in that buffer.") + "Buffer whose tab stops are being edited. +This matters if the variable `tab-stop-list' is local in that buffer.") (defun edit-tab-stops () "Edit the tab stops used by `tab-to-tab-stop'.