comparison src/callint.c @ 39945:c4d061857bb0

(prefix-arg, current-prefix-arg): Fix typo in a doc string.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 15 Oct 2001 08:12:52 +0000
parents 638b60fd98d0
children 579177964efa
comparison
equal deleted inserted replaced
39944:e4eb4dd01fa5 39945:c4d061857bb0
866 866
867 867
868 DEFVAR_KBOARD ("prefix-arg", Vprefix_arg, 868 DEFVAR_KBOARD ("prefix-arg", Vprefix_arg,
869 "The value of the prefix argument for the next editing command.\n\ 869 "The value of the prefix argument for the next editing command.\n\
870 It may be a number, or the symbol `-' for just a minus sign as arg,\n\ 870 It may be a number, or the symbol `-' for just a minus sign as arg,\n\
871 or a list whose car is a number for just one or more C-U's\n\ 871 or a list whose car is a number for just one or more C-u's\n\
872 or nil if no argument has been specified.\n\ 872 or nil if no argument has been specified.\n\
873 \n\ 873 \n\
874 You cannot examine this variable to find the argument for this command\n\ 874 You cannot examine this variable to find the argument for this command\n\
875 since it has been set to nil by the time you can look.\n\ 875 since it has been set to nil by the time you can look.\n\
876 Instead, you should use the variable `current-prefix-arg', although\n\ 876 Instead, you should use the variable `current-prefix-arg', although\n\
881 See `prefix-arg' for the meaning of the value."); 881 See `prefix-arg' for the meaning of the value.");
882 882
883 DEFVAR_LISP ("current-prefix-arg", &Vcurrent_prefix_arg, 883 DEFVAR_LISP ("current-prefix-arg", &Vcurrent_prefix_arg,
884 "The value of the prefix argument for this editing command.\n\ 884 "The value of the prefix argument for this editing command.\n\
885 It may be a number, or the symbol `-' for just a minus sign as arg,\n\ 885 It may be a number, or the symbol `-' for just a minus sign as arg,\n\
886 or a list whose car is a number for just one or more C-U's\n\ 886 or a list whose car is a number for just one or more C-u's\n\
887 or nil if no argument has been specified.\n\ 887 or nil if no argument has been specified.\n\
888 This is what `(interactive \"P\")' returns."); 888 This is what `(interactive \"P\")' returns.");
889 Vcurrent_prefix_arg = Qnil; 889 Vcurrent_prefix_arg = Qnil;
890 890
891 DEFVAR_LISP ("command-history", &Vcommand_history, 891 DEFVAR_LISP ("command-history", &Vcommand_history,