changeset 88075:77e6cba71081

Update comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 30 Jan 2008 02:08:38 +0000
parents 94a8c6fb63da
children 7caa67533b3a
files lisp/linum.el
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/linum.el	Wed Jan 30 00:18:44 2008 +0000
+++ b/lisp/linum.el	Wed Jan 30 02:08:38 2008 +0000
@@ -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: