emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 6f4b0e8: Revert doc string changes to f90.el


From: Paul Eggert
Subject: [Emacs-diffs] master 6f4b0e8: Revert doc string changes to f90.el
Date: Thu, 21 May 2015 05:17:16 +0000

branch: master
commit 6f4b0e8153c8e83d03ed1c3c37065e5bf56685f1
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Revert doc string changes to f90.el
    
    Problem reported by Glenn Morris in:
    http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00596.html
    * lisp/progmodes/f90.el (f90-mode, f90-abbrev-start):
    Revert recent changes to doc strings, as it's intended that they
    use grave accent, not quote.
---
 lisp/progmodes/f90.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 74e3234..6264d3b 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -1113,7 +1113,7 @@ For fixed format code, use `fortran-mode'.
  indented line.
 \\[f90-indent-subprogram] indents the current subprogram.
 
-Type `?' or `\\[help-command]' to display a list of built-in\
+Type `? or `\\[help-command] to display a list of built-in\
  abbrevs for F90 keywords.
 
 Key definitions:
@@ -2267,7 +2267,7 @@ Leave point at the end of line."
 ;; Abbrevs and keywords.
 
 (defun f90-abbrev-start ()
-  "Typing `\\[help-command]' or `?' lists all the F90 abbrevs.
+  "Typing `\\[help-command] or `? lists all the F90 abbrevs.
 Any other key combination is executed normally."
   (interactive "*")
   (self-insert-command 1)



reply via email to

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