From: Lars Ingebrigtsen Date: Thu, 28 Apr 2022 10:38:01 +0000 (+0200) Subject: Add comment to linum-mode about being old X-Git-Tag: emacs-29.0.90~1931^2~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a007ebc2e62ce77dd34b22a017c1ce6f5d2672c;p=emacs.git Add comment to linum-mode about being old * lisp/linum.el (linum-mode): Link to display-line-numbers-mode (bug#34639). --- diff --git a/lisp/linum.el b/lisp/linum.el index e121618b69f..d491da52066 100644 --- a/lisp/linum.el +++ b/lisp/linum.el @@ -74,6 +74,9 @@ and you have to scroll or press \\[recenter-top-bottom] to update the numbers." ;;;###autoload (define-minor-mode linum-mode "Toggle display of line numbers in the left margin (Linum mode). +This mode has been largely replaced by `display-line-numbers-mode' +(which is much faster and has fewer interaction problems with other +modes). Linum mode is a buffer-local minor mode." :lighter "" ; for desktop.el