@@ -179,7 +179,7 @@ So the configuration can be customised by the user."
179179 :type 'hook )
180180
181181(defcustom gnuplot-comint-mode-hook nil
182- " Hook run after setting up the gnuplot buffer in gnuplot-comint-mode.
182+ " Hook run after setting up the gnuplot buffer in ` gnuplot-comint-mode' .
183183By default this runs the hook named `gnuplot-comint-setup-hook' ,
184184for backward compatibility."
185185 :group 'gnuplot-hooks
@@ -316,7 +316,7 @@ These are set by `gnuplot-set-keywords-list' from the values in
316316 " A boolean which gets toggled when the info file is probed." )
317317(defcustom gnuplot-keywords-when 'deferred ; ; 'immediately
318318 " This variable controls when the info file is parsed.
319- The choices are immediately upon starting gnuplot-mode or the first
319+ The choices are immediately upon starting ` gnuplot-mode' or the first
320320time that data is needed."
321321 :group 'gnuplot
322322 :type
@@ -326,7 +326,7 @@ time that data is needed."
326326(defcustom gnuplot-use-context-sensitive-completion t
327327 " Non-nil if `gnuplot-context-sensitive-mode' should be enabled by default.
328328
329- In context-sensitive mode, gnuplot-mode parses the current
329+ In context-sensitive mode, ` gnuplot-mode' parses the current
330330command line to provide smarter completion and documentation
331331suggestions."
332332 :group 'gnuplot
@@ -355,10 +355,10 @@ on."
355355 :type 'boolean )
356356
357357(defcustom gnuplot-tab-completion nil
358- " Non-nil if TAB should perform completion in gnuplot-mode buffers.
358+ " Non-nil if TAB should perform completion in ` gnuplot-mode' buffers.
359359
360360Setting this to non-nil sets the `tab-always-indent' variable to the
361- symbol `complete' in gnuplot-mode buffers."
361+ symbol `complete' in ` gnuplot-mode' buffers."
362362 :group 'gnuplot
363363 :type 'boolean )
364364
@@ -1080,7 +1080,7 @@ Ensures that the region being searched begins and ends outside of
10801080any lines continued with a backslash.
10811081
10821082This function is added to `syntax-propertize-extend-region-functions'
1083- in gnuplot-mode buffers."
1083+ in ` gnuplot-mode' buffers."
10841084 (let ((continuation-start
10851085 (min start
10861086 (gnuplot-point-at-beginning-of-continuation start)))
@@ -2060,7 +2060,7 @@ The info file should be installed by default with the Gnuplot
20602060distribution, or is available at the `gnuplot-mode' web page:
20612061https://github.com/emacsorphanage/gnuplot/
20622062
2063- With the new context-sensitive mode active, gnuplot-mode can also
2063+ With the new context-sensitive mode active, ` gnuplot-mode' can also
20642064provide function/`eldoc-mode' syntax hints as you type. This requires a
20652065separate file of strings, `gnuplot-eldoc.el' , which is also
20662066provided by recent Gnuplot distributions.
0 commit comments