emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/rust-mode 102ad5f 181/486: Merge pull request #67 from tro


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 102ad5f 181/486: Merge pull request #67 from tromey/fix-two-docstrings
Date: Sat, 7 Aug 2021 09:25:14 -0400 (EDT)

branch: elpa/rust-mode
commit 102ad5f5a53e6147e21e7737b861808874b1a04b
Merge: 7baae9c 3798c7e
Author: Huon Wilson <dbau.pp+github@gmail.com>
Commit: Huon Wilson <dbau.pp+github@gmail.com>

    Merge pull request #67 from tromey/fix-two-docstrings
    
    fix quoting in two doc strings
---
 rust-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rust-mode.el b/rust-mode.el
index d890299..3d1ba02 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1176,14 +1176,14 @@ This is written mainly to be used as 
`end-of-defun-function' for Rust."
                       " \\(?:[Ee]rror\\|\\([Ww]arning\\)\\):")))
       (cons re '(1 (2 . 4) (3 . 5) (6)))))
   "Specifications for matching errors in rustc invocations.
-See `compilation-error-regexp-alist for help on their format.")
+See `compilation-error-regexp-alist' for help on their format.")
 
 ;; Match test run failures and panics during compilation as
 ;; compilation warnings
 (defvar cargo-compilation-regexps
   '("^\\s-+thread '[^']+' panicked at \\('[^']+', \\([^:]+\\):\\([0-9]+\\)\\)" 
2 3 nil nil 1)
   "Specifications for matching panics in cargo test invocations.
-See `compilation-error-regexp-alist for help on their format.")
+See `compilation-error-regexp-alist' for help on their format.")
 
 (eval-after-load 'compile
   '(progn



reply via email to

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