summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-01-20 11:18:31 +0200
committerEli Zaretskii <eliz@gnu.org>2018-01-20 11:18:31 +0200
commit1f778f8b1a657a723bffa0472c68557af9273e38 (patch)
treedb7935cc8b62f0a3fedd9311c2b274011ce4339a
parentc0154ac7c3423f68d8f3a2e85a756c9759219039 (diff)
parent666629796dd16422edffefc958656efa65d20fc6 (diff)
downloademacs-1f778f8b1a657a723bffa0472c68557af9273e38.tar.gz
emacs-1f778f8b1a657a723bffa0472c68557af9273e38.tar.bz2
emacs-1f778f8b1a657a723bffa0472c68557af9273e38.zip
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
-rw-r--r--doc/man/etags.12
-rw-r--r--lisp/net/tramp-smb.el1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/etags.1 b/doc/man/etags.1
index 45d2541ec13..558b249f31b 100644
--- a/doc/man/etags.1
+++ b/doc/man/etags.1
@@ -145,7 +145,7 @@ May be used (only once) in place of a file name on the command line.
\fBetags\fP will read from standard input and mark the produced tags
as belonging to the file \fBFILE\fP.
.TP
-\fB \-Q, \-\-class\-qualify\fP
+\fB\-Q, \-\-class\-qualify\fP
Qualify tag names with their class name in C++, ObjC, Java, and Perl.
This produces tag names of the form \fIclass\fP\fB::\fP\fImember\fP
for C++ and Perl,
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index e0a416ac371..eab0da54b6d 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -151,6 +151,7 @@ call, letting the SMB client use the default one."
"NT_STATUS_OBJECT_NAME_NOT_FOUND"
"NT_STATUS_OBJECT_PATH_SYNTAX_BAD"
"NT_STATUS_PASSWORD_MUST_CHANGE"
+ "NT_STATUS_RESOURCE_NAME_NOT_FOUND"
"NT_STATUS_SHARING_VIOLATION"
"NT_STATUS_TRUSTED_RELATIONSHIP_FAILURE"
"NT_STATUS_UNSUCCESSFUL"