emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

buffer-local-value defined twice in Elisp manual.


From: Luc Teirlinck
Subject: buffer-local-value defined twice in Elisp manual.
Date: Wed, 17 Sep 2003 21:15:17 -0500 (CDT)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]