emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c7b952c: Add some references to the microdocs in the comments in


From: Lars Ingebrigtsen
Subject: master c7b952c: Add some references to the microdocs in the comments in cperl-mode
Date: Thu, 15 Oct 2020 11:10:50 -0400 (EDT)

branch: master
commit c7b952c45c4aab86b8039c22dc95c4be8782a9e6
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Add some references to the microdocs in the comments in cperl-mode
    
    * lisp/progmodes/cperl-mode.el: Tell the people reading the
    comments how to read the docs explicitly (bug#1621).
---
 lisp/progmodes/cperl-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 2e4b9d4..5b6e50c 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -48,6 +48,10 @@
 ;; DO NOT FORGET to read micro-docs (available from `Perl' menu)   <<<<<<
 ;; or as help on variables `cperl-tips', `cperl-problems',         <<<<<<
 ;; `cperl-praise', `cperl-speed'.                                 <<<<<<
+;;
+;; Or search for "Short extra-docs" further down in this file for
+;; details on how to use `cperl-mode' instead of `perl-mode' and lots
+;; of other details.
 
 ;; The mode information (on C-h m) provides some customization help.
 ;; If you use font-lock feature of this mode, it is advisable to use



reply via email to

[Prev in Thread] Current Thread [Next in Thread]