all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5215: 23.1.50; blink-cursor-mode docstring
@ 2009-12-14 21:40 jidanni
  2009-12-15  8:27 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2009-12-14 21:40 UTC (permalink / raw
  To: emacs-pretest-bug

One finds
(custom-set-variables
 '(blink-cursor-mode nil)...
However
  blink-cursor-mode is an interactive compiled Lisp function in...
  With a numeric argument, turn blinking cursor mode on if ARG is
  positive,...
But only numeric arguments are mentioned. And a quick peek in the Emacs
Lisp manual doesn't say if nil is a numeric argument. Therefore the
docstring of blink-cursor-mode should be beefed up perhaps.

Compare
  size-indication-mode is an interactive compiled Lisp function in...
  With ARG, turn Size Indication mode on if ARG is positive...






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#5215: 23.1.50; blink-cursor-mode docstring
  2009-12-14 21:40 bug#5215: 23.1.50; blink-cursor-mode docstring jidanni
@ 2009-12-15  8:27 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2009-12-15  8:27 UTC (permalink / raw
  To: bug-gnu-emacs; +Cc: emacs-pretest-bug

jidanni@jidanni.org wrote:
> One finds
> (custom-set-variables
>  '(blink-cursor-mode nil)...
> However
>   blink-cursor-mode is an interactive compiled Lisp function in...
>   With a numeric argument, turn blinking cursor mode on if ARG is
>   positive,...

According to its doc string, custom-set-variables sets each SYMBOL's
value cell.  It does not call each SYBMOL's function cell.

Do you understand the difference between a variable and a function?

> But only numeric arguments are mentioned. And a quick peek in the Emacs
> Lisp manual doesn't say if nil is a numeric argument. Therefore the
> docstring of blink-cursor-mode should be beefed up perhaps.
> 
> Compare
>   size-indication-mode is an interactive compiled Lisp function in...
>   With ARG, turn Size Indication mode on if ARG is positive...

-- 
Kevin Rodgers
Denver, Colorado, USA







^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-15  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 21:40 bug#5215: 23.1.50; blink-cursor-mode docstring jidanni
2009-12-15  8:27 ` Kevin Rodgers

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.