aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-28 16:13:32 +0000
committerLuc Teirlinck2004-08-28 16:13:32 +0000
commitbc57b735864ed31b2c3fe7ee8638bcef7f920f37 (patch)
tree690695245c69c445d1dd34f64943afde0d433e46
parentea2e9f8dc96dc66f57318731bb44aebb8c61271d (diff)
downloademacs-bc57b735864ed31b2c3fe7ee8638bcef7f920f37.tar.gz
emacs-bc57b735864ed31b2c3fe7ee8638bcef7f920f37.zip
(edit-tab-stops-buffer): Doc fix.
-rw-r--r--lisp/indent.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/indent.el b/lisp/indent.el
index e56db11b6f1..2d223b05ad6 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -442,8 +442,8 @@ This should be a list of integers, ordered from smallest to largest."
442 "Keymap used in `edit-tab-stops'.") 442 "Keymap used in `edit-tab-stops'.")
443 443
444(defvar edit-tab-stops-buffer nil 444(defvar edit-tab-stops-buffer nil
445 "Buffer whose tab stops are being edited--in case 445 "Buffer whose tab stops are being edited.
446the variable `tab-stop-list' is local in that buffer.") 446This matters if the variable `tab-stop-list' is local in that buffer.")
447 447
448(defun edit-tab-stops () 448(defun edit-tab-stops ()
449 "Edit the tab stops used by `tab-to-tab-stop'. 449 "Edit the tab stops used by `tab-to-tab-stop'.