diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-01-30 02:08:38 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-01-30 02:08:38 +0000 |
commit | ced5b5cbc8eda16ba9c075869462fa9ee28cd193 (patch) | |
tree | 244307447f57d8bbe4bfdeddefa8da504e68fed6 /lisp/linum.el | |
parent | 0fcb495e257302a082a638ec0895b645de0671ac (diff) | |
download | emacs-ced5b5cbc8eda16ba9c075869462fa9ee28cd193.tar.gz |
Update comment.
Diffstat (limited to 'lisp/linum.el')
-rw-r--r-- | lisp/linum.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/linum.el b/lisp/linum.el index 887f4bcc705..c7db8d4a19c 100644 --- a/lisp/linum.el +++ b/lisp/linum.el @@ -27,11 +27,7 @@ ;; Display line numbers for the current buffer. ;; -;; Add the following to your .emacs file: - -;; (require 'linum) - -;; Then toggle display of line numbers with M-x linum-mode. To enable +;; Toggle display of line numbers with M-x linum-mode. To enable ;; line numbering in all buffers, use M-x global-linum-mode. ;;; Code: |