]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/symbols.texi
Merge from trunk.
[gnu-emacs] / doc / lispref / symbols.texi
index d7497ab6f3f26e940feff96d74e8370d302b143d..326c6cd4ab2e75d5ebe3b880903bfeffc2f0fe69 100644 (file)
@@ -487,6 +487,12 @@ using @code{eq}, so any object is a legitimate property.
 See @code{put} for an example.
 @end defun
 
+@defun function-get symbol property
+This function is identical to @code{get}, except that if @var{symbol}
+is the name of a function alias, it looks in the property list of the
+symbol naming the actual function.  @xref{Defining Functions}.
+@end defun
+
 @defun put symbol property value
 This function puts @var{value} onto @var{symbol}'s property list under
 the property name @var{property}, replacing any previous property value.