|
49 | 49 | ;; for some reason, call the function |
50 | 50 | ;; `gnuplot-context-sensitive-mode', which behaves like a minor mode. |
51 | 51 | ;; |
52 | | -;; With `eldoc-mode' support, gnuplot-mode will show one-line syntax |
53 | | -;; hints automatically in the echo area. Whether eldoc-mode is active |
54 | | -;; or not, you can always pop up a longer description of syntax using |
55 | | -;; `gnuplot-help-function' (C-c C-/ or C-c M-h). ElDoc uses an additional |
56 | | -;; file of help strings, `gnuplot-eldoc.el', which is provided with this |
57 | | -;; package. |
| 52 | +;; With `eldoc-mode' support, `gnuplot-mode' will show one-line syntax |
| 53 | +;; hints automatically in the echo area. Whether `eldoc-mode' is |
| 54 | +;; active or not, you can always pop up a longer description of syntax |
| 55 | +;; using `gnuplot-help-function' (C-c C-/ or C-c M-h). |
58 | 56 | ;; |
59 | 57 | ;; Internal details |
60 | 58 | ;; ================ |
@@ -2190,11 +2188,7 @@ summaries appear in the echo area as you type, toggle |
2190 | 2188 |
|
2191 | 2189 | To choose whether to use this mode by default in Gnuplot buffers, |
2192 | 2190 | customize the variable |
2193 | | -`gnuplot-use-context-sensitive-completion'. |
2194 | | -
|
2195 | | -Note: help strings for eldoc-mode and \\[gnuplot-help-function] |
2196 | | -need to be provided in an Emacs-readable form by the Gnuplot |
2197 | | -distribution. See gnuplot-context.el for details." |
| 2191 | +`gnuplot-use-context-sensitive-completion'." |
2198 | 2192 | :keymap |
2199 | 2193 | `((,(kbd "C-c C-/") . gnuplot-help-function) |
2200 | 2194 | (,(kbd "C-c C-d") . gnuplot-info-at-point)) |
|
0 commit comments