emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gnuplot 8169bb8 045/184: Minor updates to info pages for s


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 8169bb8 045/184: Minor updates to info pages for some "set" commands
Date: Sun, 29 Aug 2021 11:03:12 -0400 (EDT)

branch: elpa/gnuplot
commit 8169bb8cc39365235927c2756e88a5732dd0a1c0
Author: Jonathan Oddie <j.j.oddie@gmail.com>
Commit: Jonathan Oddie <j.j.oddie@gmail.com>

    Minor updates to info pages for some "set" commands
---
 gnuplot-context.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnuplot-context.el b/gnuplot-context.el
index 69b431f..e666f90 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -1339,7 +1339,8 @@ These have to be compiled from the Gnuplot source tree 
using
          ["output" (maybe string)])
 
         (set-parametric-clause
-         ["parametric"])
+         [(:info "parametric_")
+          "parametric"])
 
         (set-pm3d-clause
          ["pm3d"
@@ -1378,7 +1379,8 @@ These have to be compiled from the Gnuplot source tree 
using
         (set-polar-clause "polar")
 
         (set-print-clause
-         ["print"
+         [(:info "print_")
+          "print"
           (maybe string)])
 
         (set-samples-clause
@@ -1504,7 +1506,8 @@ These have to be compiled from the Gnuplot source tree 
using
          ["timefmt" string])
 
         (set-title-clause
-         ["title" 
+         [(:info "title_")
+          "title" 
           (maybe expression)
           (many
            (either



reply via email to

[Prev in Thread] Current Thread [Next in Thread]