aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2015-05-20 22:16:53 -0700
committerPaul Eggert2015-05-20 22:17:12 -0700
commit6f4b0e8153c8e83d03ed1c3c37065e5bf56685f1 (patch)
tree6d40819c87924abd23908d36b9d2093dfd2781a4
parent424bfcd0c7029a30a90731856b8fbd9ae59fcdbf (diff)
downloademacs-6f4b0e8153c8e83d03ed1c3c37065e5bf56685f1.tar.gz
emacs-6f4b0e8153c8e83d03ed1c3c37065e5bf56685f1.zip
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.
-rw-r--r--lisp/progmodes/f90.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 74e3234f05e..6264d3b7b82 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -1113,7 +1113,7 @@ For fixed format code, use `fortran-mode'.
1113 indented line. 1113 indented line.
1114\\[f90-indent-subprogram] indents the current subprogram. 1114\\[f90-indent-subprogram] indents the current subprogram.
1115 1115
1116Type `?' or `\\[help-command]' to display a list of built-in\ 1116Type `? or `\\[help-command] to display a list of built-in\
1117 abbrevs for F90 keywords. 1117 abbrevs for F90 keywords.
1118 1118
1119Key definitions: 1119Key definitions:
@@ -2267,7 +2267,7 @@ Leave point at the end of line."
2267;; Abbrevs and keywords. 2267;; Abbrevs and keywords.
2268 2268
2269(defun f90-abbrev-start () 2269(defun f90-abbrev-start ()
2270 "Typing `\\[help-command]' or `?' lists all the F90 abbrevs. 2270 "Typing `\\[help-command] or `? lists all the F90 abbrevs.
2271Any other key combination is executed normally." 2271Any other key combination is executed normally."
2272 (interactive "*") 2272 (interactive "*")
2273 (self-insert-command 1) 2273 (self-insert-command 1)