diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-28 12:38:01 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-28 12:38:01 +0200 |
commit | 8a007ebc2e62ce77dd34b22a017c1ce6f5d2672c (patch) | |
tree | 15e50f00742d4a7958599d339e4ecfd01ab36e2c /lisp/linum.el | |
parent | c2c1976d0e8934de92b43c2f9202bdec397a6d0e (diff) | |
download | emacs-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).
Diffstat (limited to 'lisp/linum.el')
-rw-r--r-- | lisp/linum.el | 3 |
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 |