summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-04-28 12:38:01 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-04-28 12:38:01 +0200
commit8a007ebc2e62ce77dd34b22a017c1ce6f5d2672c (patch)
tree15e50f00742d4a7958599d339e4ecfd01ab36e2c
parentc2c1976d0e8934de92b43c2f9202bdec397a6d0e (diff)
downloademacs-8a007ebc2e62ce77dd34b22a017c1ce6f5d2672c.tar.gz
emacs-8a007ebc2e62ce77dd34b22a017c1ce6f5d2672c.tar.bz2
emacs-8a007ebc2e62ce77dd34b22a017c1ce6f5d2672c.zip
Add comment to linum-mode about being old
* lisp/linum.el (linum-mode): Link to display-line-numbers-mode (bug#34639).
-rw-r--r--lisp/linum.el3
1 files changed, 3 insertions, 0 deletions
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