branch: elpa/gnuplot
commit 8169bb8cc39365235927c2756e88a5732dd0a1c0
Author: Jonathan Oddie <[email protected]>
Commit: Jonathan Oddie <[email protected]>

    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