emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master 6827370: Skip past `#' to find BEG


From: Dmitry Gutov
Subject: Re: [Emacs-diffs] master 6827370: Skip past `#' to find BEG
Date: Thu, 11 Jun 2015 00:45:28 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

On 06/09/2015 12:25 PM, Nicolas Richard wrote:

I could suggest :
--8<---------------cut here---------------start------------->8---
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -3013,7 +3013,7 @@ but before count is used up, nil is returned.  */)
  DEFUN ("backward-prefix-chars", Fbackward_prefix_chars, 
Sbackward_prefix_chars,
         0, 0, 0,
         doc: /* Move point backward over any number of chars with prefix 
syntax.
-This includes chars with "quote" or "prefix" syntax (' or p).  */)
+This includes chars with "quote" syntax class (') or "prefix" syntax flag (p). 
 */)
    (void)
  {
    ptrdiff_t beg = BEGV;
--8<---------------cut here---------------end--------------->8---

Is it any better ?

It is, thanks. Makes one contemplate why we have two different descriptions of the same function, and how easily they can get out of sync.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]