Lines Matching refs:paragraph
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 that
316 (set (make-local-variable 'paragraph-start) "\\s *$\\|\f\\|^\\sw")
317 (set (make-local-variable 'paragraph-separate) "\\s *$\\|\f\\|^\\sw")
332 (defun change-log-fill-paragraph (&optional justify)
333 "Fill the paragraph, but preserve open parentheses at beginning of lines.
336 (let ((end (save-excursion (forward-paragraph) (point)))
337 (beg (save-excursion (backward-paragraph)(point)))
338 (paragraph-start (concat paragraph-start "\\|\\s *\\s(")))
498 "\\\\\\(sub\\)*\\(section\\|paragraph\\|chapter\\)" nil t)