From: Glenn Morris Date: Sat, 2 Jun 2018 17:29:38 +0000 (-0700) Subject: Merge from origin/emacs-26 X-Git-Tag: emacs-27.0.90~4955 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84f992d42e3a4c21db9994b8c6585c336cb05163;p=emacs.git Merge from origin/emacs-26 4cfe531 (origin/emacs-26) Improve ELisp documentation of 'clone-indir... 9089b02 Improve documentation of 'inhibit-message' 6107e12 Improve documentation of comment styles fb45125 Documentation improvements in newcomment.el 641c94c Imp[rove documentation of 'with-silent-modifications' --- 84f992d42e3a4c21db9994b8c6585c336cb05163 diff --cc lisp/newcomment.el index 0e983fd9164,9827a5d1d9c..cd722663dad --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@@ -906,10 -898,11 +906,11 @@@ comment delimiters. (save-excursion (funcall uncomment-region-function beg end arg)))) -(defun uncomment-region-default (beg end &optional arg) +(defun uncomment-region-default-1 (beg end &optional arg) "Uncomment each line in the BEG .. END region. The numeric prefix ARG can specify a number of chars to remove from the - comment markers." + comment delimiters. + This function is the default value of `uncomment-region-function'." (goto-char beg) (setq end (copy-marker end)) (let* ((numarg (prefix-numeric-value arg))