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
dbae44c8
Commit
dbae44c8
authored
Oct 15, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(prefix-arg, current-prefix-arg): Fix typo in a doc string.
parent
91c067f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/callint.c
src/callint.c
+2
-2
No files found.
src/ChangeLog
View file @
dbae44c8
2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* callint.c (prefix-arg, current-prefix-arg): Fix typo in a doc
string.
2001-10-14 Stefan Monnier <monnier@cs.yale.edu>
* indent.c (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
...
...
src/callint.c
View file @
dbae44c8
...
...
@@ -868,7 +868,7 @@ syms_of_callint ()
DEFVAR_KBOARD
(
"prefix-arg"
,
Vprefix_arg
,
"The value of the prefix argument for the next editing command.
\n
\
It may be a number, or the symbol `-' for just a minus sign as arg,
\n
\
or a list whose car is a number for just one or more C-
U
's
\n
\
or a list whose car is a number for just one or more C-
u
's
\n
\
or nil if no argument has been specified.
\n
\
\n
\
You cannot examine this variable to find the argument for this command
\n
\
...
...
@@ -883,7 +883,7 @@ See `prefix-arg' for the meaning of the value.");
DEFVAR_LISP
(
"current-prefix-arg"
,
&
Vcurrent_prefix_arg
,
"The value of the prefix argument for this editing command.
\n
\
It may be a number, or the symbol `-' for just a minus sign as arg,
\n
\
or a list whose car is a number for just one or more C-
U
's
\n
\
or a list whose car is a number for just one or more C-
u
's
\n
\
or nil if no argument has been specified.
\n
\
This is what `(interactive
\"
P
\"
)' returns."
);
Vcurrent_prefix_arg
=
Qnil
;
...
...
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