]> git.eshelyaron.com Git - emacs.git/commitdiff
(Symbol Components): Reorder examples.
authorRichard M. Stallman <rms@gnu.org>
Mon, 14 Feb 2005 10:24:22 +0000 (10:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 14 Feb 2005 10:24:22 +0000 (10:24 +0000)
lispref/symbols.texi

index 858918445ffeabf749f28128d698f58ccc1d9773..92c8b0f1e821125d8f385ca47c2f97f10379e848 100644 (file)
@@ -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{} #<subr buffer-file-name>
+(symbol-plist 'buffer-file-name)
+     @result{} (variable-documentation 29529)
 @end example
 
 @noindent