• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/

Lines Matching +defs:print +defs:function

74     (define-key map "f" 'describe-function)
120 (defun print-help-return-message (&optional function)
122 This function assumes that `standard-output' is the help buffer.
125 In addition, this function sets up `help-return-method', which see, that
156 (funcall (or function 'message)
175 (fset 'defining-kbd-macro (symbol-function 'start-kbd-macro))
178 ;; find-function can find this.
197 f describe-function. Type a function name and you see its documentation.
243 (defun function-called-at-point ()
244 "Return a function around point or else called by the list containing point.
245 If that doesn't give a function, return nil."
266 ;; other than a real Lisp function call, so ignore it.
268 (error "Probably not a Lisp function call"))
448 (print-help-return-message)))
469 ;; This function used to be in keymap.c.
486 Argument is a command definition, usually a symbol with a function definition.
489 (let ((fn (function-called-at-point))
499 (let ((func (indirect-function definition))
507 (indirect-function symbol)
554 "Print the name of the function KEY invokes. KEY is a string.
622 "Display documentation of the function invoked by KEY.
694 (help-setup-xref (list #'describe-function defn) (interactive-p))
730 (describe-function-1 defn)
746 (describe-function-1 defn-up))
760 (describe-function-1 defn-up-tricky)))
761 (print-help-return-message)))))
771 variable \(listed in `minor-mode-alist') must also be a function
791 ;; non-nil, and has a function definition.
792 (let ((fmode (or (get mode :minor-mode-function) mode)))
813 (let ((mode-function (nth 0 mode))
829 (princ (documentation mode-function)))
848 (print-help-return-message))))
884 (describe-function symbol)
903 If you call this function interactively, you can give indicator which
946 It can also be a function to be called to choose the height for such a buffer.
948 :type '(choice integer function)