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

Lines Matching defs:example

168         texinfo-example-start
355 texinfo-example-start
502 "example\\|"
596 Do not append @refill to paragraphs within @example and similar environments.
610 ;; that are no-refill environments such as @example or
622 ;; 2. Skip over @example and similar no-refill environments.
680 ;; (for example, after a single @raisesections, both @chapter and
689 For example, an `@lowersections' command is useful if you wish to
799 For example, section to chapter, subsection to section.
827 For example, chapter to section, section to subsection.
2043 ;; @multitable {Column 1 template} {Column 2} {Column 3 example}
2061 ;; Case 2: {Column 1 template} {Column 2} {Column 3 example}
2412 ;; For example, you can write:
2435 ;; Here is another example: write
2559 For example, @verb\{|@|\} results in @ and
2592 ;; Inside of @example ... @end example and similar environments,
2601 "example\\|"
2614 "example\\|"
2624 "Place single quote marks around arg, except in @example and similar."
2625 ;; Search forward for @end example closer than an @example.
2634 (example-location
2638 (end-example-location
2642 ;; If inside @example, @end example will be closer than @example
2643 ;; or end of search i.e., end-example-location less than example-location
2644 (if (>= end-example-location example-location)
2645 ;; outside an @example or equivalent
2647 ;; else, in @example; do not surround with `...'
2653 ;;; @example, @lisp, @quotation, @display, @smalllisp, @smallexample,
2656 (put 'display 'texinfo-format 'texinfo-format-example)
2657 (put 'smalldisplay 'texinfo-format 'texinfo-format-example)
2658 (put 'example 'texinfo-format 'texinfo-format-example)
2659 (put 'lisp 'texinfo-format 'texinfo-format-example)
2660 (put 'quotation 'texinfo-format 'texinfo-format-example)
2661 (put 'smallexample 'texinfo-format 'texinfo-format-example)
2662 (put 'smalllisp 'texinfo-format 'texinfo-format-example)
2663 (defun texinfo-format-example ()
2664 (texinfo-push-stack 'example nil)
2668 (put 'example 'texinfo-end 'texinfo-end-example)
2669 (put 'display 'texinfo-end 'texinfo-end-example)
2670 (put 'smalldisplay 'texinfo-end 'texinfo-end-example)
2671 (put 'lisp 'texinfo-end 'texinfo-end-example)
2672 (put 'quotation 'texinfo-end 'texinfo-end-example)
2673 (put 'smallexample 'texinfo-end 'texinfo-end-example)
2674 (put 'smalllisp 'texinfo-end 'texinfo-end-example)
2675 (defun texinfo-end-example ()
2679 (texinfo-pop-stack 'example)))
2738 ;; The @format command is similar to @example except that it does not
3108 ;; @point to show the location of point in an example
4357 For example, invoke