unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* buffer-local-value defined twice in Elisp manual.
@ 2003-09-18  2:15 Luc Teirlinck
  2003-09-18 15:15 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Luc Teirlinck @ 2003-09-18  2:15 UTC (permalink / raw)


There are two definitions of `buffer-local-value' in
(elisp)Creating Buffer-Local.   Which one do we want to keep?
I would guess the second one, because it is more detailed:

 - Function: buffer-local-value variable buffer
     This returns the value of VARIABLE that is currently in effect in
     BUFFER.  If it has no buffer-local binding in BUFFER, this
     function returns the default value.

 - Function: buffer-local-value variable buffer
     This function returns the buffer-local binding of VARIABLE (a
     symbol) in buffer BUFFER.  If VARIABLE does not have a
     buffer-local binding in buffer BUFFER, it returns the default
     value (*note Default Value::) of VARIABLE instead.

Sincerely,

Luc.

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

* Re: buffer-local-value defined twice in Elisp manual.
  2003-09-18  2:15 buffer-local-value defined twice in Elisp manual Luc Teirlinck
@ 2003-09-18 15:15 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2003-09-18 15:15 UTC (permalink / raw)
  Cc: emacs-devel

Thanks for reporting this.  I will edit it.

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

end of thread, other threads:[~2003-09-18 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-18  2:15 buffer-local-value defined twice in Elisp manual Luc Teirlinck
2003-09-18 15:15 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).