all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3631: describe-variable 'save-some-buffers-action-alist gives byte code
@ 2009-06-20 19:53 jidanni
  2011-07-12 15:18 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2009-06-20 19:53 UTC (permalink / raw
  To: bug-gnu-emacs

$ emacs-snapshot -eval '(describe-variable (quote save-some-buffers-action-alist))'
1. the user is presented with byte code.
2. there is no mention of save-some-buffers in the docstring.

I mean
$ emacs-snapshot -eval '(describe-function (quote save-some-buffers))'
says
  See `save-some-buffers-action-alist' if you want to
  change the additional actions you can take on files.
But when we get there, we are greeted by byte code.

emacs-version "23.0.94.1"






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

* bug#3631: describe-variable 'save-some-buffers-action-alist gives byte code
  2009-06-20 19:53 bug#3631: describe-variable 'save-some-buffers-action-alist gives byte code jidanni
@ 2011-07-12 15:18 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-12 15:18 UTC (permalink / raw
  To: jidanni; +Cc: 3631

jidanni@jidanni.org writes:

> $ emacs-snapshot -eval '(describe-variable (quote save-some-buffers-action-alist))'
> 1. the user is presented with byte code.

Yes...  the alist contains code.  Its an alist of actions.

> 2. there is no mention of save-some-buffers in the docstring.
>
> I mean
> $ emacs-snapshot -eval '(describe-function (quote save-some-buffers))'
> says
>   See `save-some-buffers-action-alist' if you want to
>   change the additional actions you can take on files.

Yes?  `save-some-buffers' points to how to modify its actions.  Pointing
the other way around wouldn't be very useful.

I don't think there's anything here to fix.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

end of thread, other threads:[~2011-07-12 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-20 19:53 bug#3631: describe-variable 'save-some-buffers-action-alist gives byte code jidanni
2011-07-12 15:18 ` Lars Magne Ingebrigtsen

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.