Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0e374247
Commit
0e374247
authored
Feb 11, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* textmodes/artist.el (artist-mt): Fix typos in docstring.
parent
48c2d18a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/textmodes/artist.el
lisp/textmodes/artist.el
+8
-8
No files found.
lisp/ChangeLog
View file @
0e374247
2010-02-10 Juanma Barranquero <lekktu@gmail.com>
* textmodes/artist.el (artist-mt): Fix typos in docstring.
2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
* info.el (Info-bookmark-jump): Simplify.
...
...
lisp/textmodes/artist.el
View file @
0e374247
...
...
@@ -859,15 +859,15 @@ ARROW-PRED is a function that is called to find out if the shape
can have arrows. The function is called with no arguments and
must return nil or t.
ARROW-SET-FN is a function that is called to set arrow end-points.
Arguments and return values for this funcion are described below.
Arguments and return values for this func
t
ion are described below.
INIT-FN is, if non-nil, a function that is called when the first
point of the shape is set. Arguments and return values for
this funcion are described below.
this func
t
ion are described below.
PREP-FILL-FN is, if non-nil, a function that is called after
the last point is set, but before the filling is done.
Arguments and return values for this funcion are described below.
Arguments and return values for this func
t
ion are described below.
EXIT-FN is, if non-nil, a function that is called after filling
is done. Arguments and return values for this funcion are
is done. Arguments and return values for this func
t
ion are
described below.
DRAW-HOW defines the kind of shape. The kinds of shapes are:
`artist-do-continously' -- Do drawing operation continuously,
...
...
@@ -876,7 +876,7 @@ DRAW-HOW defines the kind of shape. The kinds of shapes are:
1 -- Do drawing operation only once.
2 -- The drawing operation requires two points.
DRAW-FN is the function to call for drawing. Arguments and
return values for this funcion are described below.
return values for this func
t
ion are described below.
EXTRA-DRAW-INFO the layout of this depends on the value of DRAW-HOW:
If DRAW-HOW is `artist-do-continously':
...
...
@@ -894,20 +894,20 @@ EXTRA-DRAW-INFO the layout of this depends on the value of DRAW-HOW:
(UNDRAW-FN FILL-PRED FILL-FN)
UNDRAW-FN is a function to call for undrawing the shape.
Arguments and return values for this funcion are
Arguments and return values for this func
t
ion are
described below.
FILL-PRED is a function that is called to find out if the shape
can have arrows. The function must take no arguments and
return nil or t.
FILL-FN is a function to call for filling the shape.
Arguments and return values for this funcion are
Arguments and return values for this func
t
ion are
described below.
If DRAW-HOW is 1:
()
Note! All symbols and keywords (both in the `funcion-call' INFO-PART
Note! All symbols and keywords (both in the `func
t
ion-call' INFO-PART
as well as in the `graphics-operation' INFO-PART) must be unique.
The following table describe function arguments and return value
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment