aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2013-05-22 07:19:03 +0800
committerLeo Liu2013-05-22 07:19:03 +0800
commit3ac7cff4f4368b814fc77cb12d837315599eb261 (patch)
treeb3f0fffe134b40ed6eb93857457e389b901c0785
parentee44b62a9cf6716139a963afe06c5db60af1a41a (diff)
downloademacs-3ac7cff4f4368b814fc77cb12d837315599eb261.tar.gz
emacs-3ac7cff4f4368b814fc77cb12d837315599eb261.zip
Minor fix to last change
-rw-r--r--lisp/progmodes/octave.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/octave.el b/lisp/progmodes/octave.el
index 9810ae27274..6469abfe43f 100644
--- a/lisp/progmodes/octave.el
+++ b/lisp/progmodes/octave.el
@@ -141,7 +141,7 @@ parenthetical grouping.")
141 ["Close Block" smie-close-block t] 141 ["Close Block" smie-close-block t]
142 "---" 142 "---"
143 ["Start Octave Process" run-octave t] 143 ["Start Octave Process" run-octave t]
144 ["Lookup Documentation" info-lookup-symbol t] 144 ["Documentation Lookup" info-lookup-symbol t]
145 ["Help on Function" octave-help t] 145 ["Help on Function" octave-help t]
146 ["Find Function Definition" octave-find-definition t] 146 ["Find Function Definition" octave-find-definition t]
147 ["Insert Function" octave-insert-defun t] 147 ["Insert Function" octave-insert-defun t]