]> code.delx.au - gnu-emacs/commitdiff
Revert doc string changes to f90.el
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 May 2015 05:16:53 +0000 (22:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 May 2015 05:17:12 +0000 (22:17 -0700)
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

index 74e3234f05e7f1c7ed9f90f6e44093bd0e3d6f4d..6264d3b7b828605a477a9964bf18622d578e1574 100644 (file)
@@ -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)