From: Richard M. Stallman Date: Mon, 14 Feb 2005 10:24:22 +0000 (+0000) Subject: (Symbol Components): Reorder examples. X-Git-Tag: ttn-vms-21-2-B4~2300 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aac757583530c80179362e01d5c9b4d17b59ab40;p=emacs.git (Symbol Components): Reorder examples. --- diff --git a/lispref/symbols.texi b/lispref/symbols.texi index 858918445ff..92c8b0f1e82 100644 --- a/lispref/symbols.texi +++ b/lispref/symbols.texi @@ -115,10 +115,10 @@ the four cells of the symbol @code{buffer-file-name}: @result{} "buffer-file-name" (symbol-value 'buffer-file-name) @result{} "/gnu/elisp/symbols.texi" -(symbol-plist 'buffer-file-name) - @result{} (variable-documentation 29529) (symbol-function 'buffer-file-name) @result{} # +(symbol-plist 'buffer-file-name) + @result{} (variable-documentation 29529) @end example @noindent