HomeSort by: relevance | last modified time | path
    Searched defs:paragraph (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/etc/
add-log.el 85 (define-key change-log-mode-map "\M-q" 'change-log-fill-paragraph))
195 paragraph-end entry)
225 ;; Search only within the first paragraph.
228 (forward-paragraph 1))
229 (setq paragraph-end (point))
233 (cond ((re-search-forward "^\\s *\\*\\s *$" paragraph-end t)
244 paragraph-end t)))
301 Each entry behaves as a paragraph, and the entries for one day as a page.
313 ;; Let each entry behave as one paragraph:
314 ;; We really do want "^" in paragraph-start below: it is only the lines tha
    [all...]
  /src/external/gpl3/binutils.old/dist/etc/
add-log.el 85 (define-key change-log-mode-map "\M-q" 'change-log-fill-paragraph))
195 paragraph-end entry)
225 ;; Search only within the first paragraph.
228 (forward-paragraph 1))
229 (setq paragraph-end (point))
233 (cond ((re-search-forward "^\\s *\\*\\s *$" paragraph-end t)
244 paragraph-end t)))
301 Each entry behaves as a paragraph, and the entries for one day as a page.
313 ;; Let each entry behave as one paragraph:
314 ;; We really do want "^" in paragraph-start below: it is only the lines tha
    [all...]

Completed in 15 milliseconds