diff options
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/cedet-global.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/base.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/ede/cpp-root.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/pconf.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/ede/pmake.el | 3 | ||||
| -rw-r--r-- | lisp/cedet/ede/proj-archive.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/project-am.el | 16 | ||||
| -rw-r--r-- | lisp/cedet/semantic/bovine/c.el | 20 | ||||
| -rw-r--r-- | lisp/cedet/semantic/complete.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/ctxt.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/db.el | 6 | ||||
| -rw-r--r-- | lisp/cedet/semantic/java.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/senator.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/wisent/comp.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic/wisent/python.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/srecode/compile.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/srecode/dictionary.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/document.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/srecode/insert.el | 8 | ||||
| -rw-r--r-- | lisp/cedet/srecode/texi.el | 2 |
20 files changed, 48 insertions, 47 deletions
diff --git a/lisp/cedet/cedet-global.el b/lisp/cedet/cedet-global.el index 99bffcb16b5..9e311776261 100644 --- a/lisp/cedet/cedet-global.el +++ b/lisp/cedet/cedet-global.el | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | (defcustom cedet-global-gtags-command "gtags" | 37 | (defcustom cedet-global-gtags-command "gtags" |
| 38 | "Command name for the GNU Global gtags executable. | 38 | "Command name for the GNU Global gtags executable. |
| 39 | GTAGS is used to create the tags table queried by the 'global' command." | 39 | GTAGS is used to create the tags table queried by the ‘global’ command." |
| 40 | :type 'string | 40 | :type 'string |
| 41 | :group 'cedet) | 41 | :group 'cedet) |
| 42 | 42 | ||
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el index 6d5e242de03..f49cb5bdb16 100644 --- a/lisp/cedet/ede/base.el +++ b/lisp/cedet/ede/base.el | |||
| @@ -105,7 +105,7 @@ which files this object is interested in." | |||
| 105 | :accessor ede-object-menu) | 105 | :accessor ede-object-menu) |
| 106 | ) | 106 | ) |
| 107 | "A target is a structure that describes a file set that produces something. | 107 | "A target is a structure that describes a file set that produces something. |
| 108 | Targets, as with 'Make', is an entity that will manage a file set | 108 | Targets, as with `Make', is an entity that will manage a file set |
| 109 | and knows how to compile or otherwise transform those files into some | 109 | and knows how to compile or otherwise transform those files into some |
| 110 | other desired outcome.") | 110 | other desired outcome.") |
| 111 | 111 | ||
| @@ -626,7 +626,7 @@ instead of the current project." | |||
| 626 | (defun ede-normalize-file/directory (this project-file-name) | 626 | (defun ede-normalize-file/directory (this project-file-name) |
| 627 | "Fills :directory or :file slots if they're missing in project THIS. | 627 | "Fills :directory or :file slots if they're missing in project THIS. |
| 628 | The other slot will be used to calculate values. | 628 | The other slot will be used to calculate values. |
| 629 | PROJECT-FILE-NAME is a name of project file (short name, like 'pom.xml', etc." | 629 | PROJECT-FILE-NAME is a name of project file (short name, like `pom.xml', etc." |
| 630 | (when (and (or (not (slot-boundp this :file)) | 630 | (when (and (or (not (slot-boundp this :file)) |
| 631 | (not (oref this :file))) | 631 | (not (oref this :file))) |
| 632 | (slot-boundp this :directory) | 632 | (slot-boundp this :directory) |
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el index 81c6737531a..22e24c8b67f 100644 --- a/lisp/cedet/ede/cpp-root.el +++ b/lisp/cedet/ede/cpp-root.el | |||
| @@ -262,7 +262,7 @@ exist, it should return nil." | |||
| 262 | :documentation | 262 | :documentation |
| 263 | "Compilation command that will be used for this project. | 263 | "Compilation command that will be used for this project. |
| 264 | It could be string or function that will accept proj argument and should return string. | 264 | It could be string or function that will accept proj argument and should return string. |
| 265 | The string will be passed to 'compile' function that will be issued in root | 265 | The string will be passed to `compile' function that will be issued in root |
| 266 | directory of project." | 266 | directory of project." |
| 267 | ) | 267 | ) |
| 268 | ) | 268 | ) |
diff --git a/lisp/cedet/ede/pconf.el b/lisp/cedet/ede/pconf.el index 6545b858eff..a8310870745 100644 --- a/lisp/cedet/ede/pconf.el +++ b/lisp/cedet/ede/pconf.el | |||
| @@ -31,8 +31,8 @@ | |||
| 31 | 31 | ||
| 32 | (defvar ede-pconf-create-file-query 'ask | 32 | (defvar ede-pconf-create-file-query 'ask |
| 33 | "Controls if queries are made while creating project files. | 33 | "Controls if queries are made while creating project files. |
| 34 | A value of 'ask means to always ask the user before creating | 34 | A value of `ask' means to always ask the user before creating |
| 35 | a file, such as AUTHORS. A value of 'never means don't ask, and | 35 | a file, such as AUTHORS. A value of `never' means don't ask, and |
| 36 | don't do it. A value of nil means to just do it.") | 36 | don't do it. A value of nil means to just do it.") |
| 37 | 37 | ||
| 38 | ;;; Code: | 38 | ;;; Code: |
diff --git a/lisp/cedet/ede/pmake.el b/lisp/cedet/ede/pmake.el index 3307202bf73..1318fde6e3d 100644 --- a/lisp/cedet/ede/pmake.el +++ b/lisp/cedet/ede/pmake.el | |||
| @@ -598,7 +598,8 @@ Argument THIS is the target that should insert stuff." | |||
| 598 | "\t@echo Makefile is out of date! " | 598 | "\t@echo Makefile is out of date! " |
| 599 | "It needs to be regenerated by EDE.\n" | 599 | "It needs to be regenerated by EDE.\n" |
| 600 | "\t@echo If you have not modified Project.ede, you can" | 600 | "\t@echo If you have not modified Project.ede, you can" |
| 601 | " use 'touch' to update the Makefile time stamp.\n" | 601 | (format-message |
| 602 | " use ‘touch’ to update the Makefile time stamp.\n") | ||
| 602 | "\t@false\n\n" | 603 | "\t@false\n\n" |
| 603 | "\n\n# End of Makefile\n"))) | 604 | "\n\n# End of Makefile\n"))) |
| 604 | 605 | ||
diff --git a/lisp/cedet/ede/proj-archive.el b/lisp/cedet/ede/proj-archive.el index 0c7ffdd1560..8aa5477cea5 100644 --- a/lisp/cedet/ede/proj-archive.el +++ b/lisp/cedet/ede/proj-archive.el | |||
| @@ -55,7 +55,7 @@ Makefile.am generator, so use it to add this important bin program." | |||
| 55 | (cl-defmethod ede-proj-makefile-garbage-patterns | 55 | (cl-defmethod ede-proj-makefile-garbage-patterns |
| 56 | ((this ede-proj-target-makefile-archive)) | 56 | ((this ede-proj-target-makefile-archive)) |
| 57 | "Add archive name to the garbage patterns. | 57 | "Add archive name to the garbage patterns. |
| 58 | This makes sure that the archive is removed with 'make clean'." | 58 | This makes sure that the archive is removed with `make clean'." |
| 59 | (let ((garb (cl-call-next-method))) | 59 | (let ((garb (cl-call-next-method))) |
| 60 | (append garb (list (concat "lib" (ede-name this) ".a"))))) | 60 | (append garb (list (concat "lib" (ede-name this) ".a"))))) |
| 61 | 61 | ||
diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el index 462369621ec..48bec3c49d8 100644 --- a/lisp/cedet/ede/project-am.el +++ b/lisp/cedet/ede/project-am.el | |||
| @@ -731,35 +731,35 @@ Strip out duplicates, and recurse on variables." | |||
| 731 | (oset this :source (makefile-macro-file-list "EXTRA_DIST"))) | 731 | (oset this :source (makefile-macro-file-list "EXTRA_DIST"))) |
| 732 | 732 | ||
| 733 | (cl-defmethod project-am-macro ((this project-am-objectcode)) | 733 | (cl-defmethod project-am-macro ((this project-am-objectcode)) |
| 734 | "Return the default macro to 'edit' for this object type." | 734 | "Return the default macro to `edit' for this object type." |
| 735 | (concat (subst-char-in-string ?- ?_ (oref this :name)) "_SOURCES")) | 735 | (concat (subst-char-in-string ?- ?_ (oref this :name)) "_SOURCES")) |
| 736 | 736 | ||
| 737 | (cl-defmethod project-am-macro ((this project-am-header-noinst)) | 737 | (cl-defmethod project-am-macro ((this project-am-header-noinst)) |
| 738 | "Return the default macro to 'edit' for this object." | 738 | "Return the default macro to `edit' for this object." |
| 739 | "noinst_HEADERS") | 739 | "noinst_HEADERS") |
| 740 | 740 | ||
| 741 | (cl-defmethod project-am-macro ((this project-am-header-inst)) | 741 | (cl-defmethod project-am-macro ((this project-am-header-inst)) |
| 742 | "Return the default macro to 'edit' for this object." | 742 | "Return the default macro to `edit' for this object." |
| 743 | "include_HEADERS") | 743 | "include_HEADERS") |
| 744 | 744 | ||
| 745 | (cl-defmethod project-am-macro ((this project-am-header-pkg)) | 745 | (cl-defmethod project-am-macro ((this project-am-header-pkg)) |
| 746 | "Return the default macro to 'edit' for this object." | 746 | "Return the default macro to `edit' for this object." |
| 747 | "pkginclude_HEADERS") | 747 | "pkginclude_HEADERS") |
| 748 | 748 | ||
| 749 | (cl-defmethod project-am-macro ((this project-am-header-chk)) | 749 | (cl-defmethod project-am-macro ((this project-am-header-chk)) |
| 750 | "Return the default macro to 'edit' for this object." | 750 | "Return the default macro to `edit' for this object." |
| 751 | "check_HEADERS") | 751 | "check_HEADERS") |
| 752 | 752 | ||
| 753 | (cl-defmethod project-am-macro ((this project-am-texinfo)) | 753 | (cl-defmethod project-am-macro ((this project-am-texinfo)) |
| 754 | "Return the default macro to 'edit' for this object type." | 754 | "Return the default macro to `edit' for this object type." |
| 755 | (concat (file-name-sans-extension (oref this :name)) "_TEXINFOS")) | 755 | (concat (file-name-sans-extension (oref this :name)) "_TEXINFOS")) |
| 756 | 756 | ||
| 757 | (cl-defmethod project-am-macro ((this project-am-man)) | 757 | (cl-defmethod project-am-macro ((this project-am-man)) |
| 758 | "Return the default macro to 'edit' for this object type." | 758 | "Return the default macro to `edit' for this object type." |
| 759 | (oref this :name)) | 759 | (oref this :name)) |
| 760 | 760 | ||
| 761 | (cl-defmethod project-am-macro ((this project-am-lisp)) | 761 | (cl-defmethod project-am-macro ((this project-am-lisp)) |
| 762 | "Return the default macro to 'edit' for this object." | 762 | "Return the default macro to `edit' for this object." |
| 763 | "lisp_LISP") | 763 | "lisp_LISP") |
| 764 | 764 | ||
| 765 | (defun project-am-buffer-object (amf buffer) | 765 | (defun project-am-buffer-object (amf buffer) |
diff --git a/lisp/cedet/semantic/bovine/c.el b/lisp/cedet/semantic/bovine/c.el index e86f09c114d..6639f178e86 100644 --- a/lisp/cedet/semantic/bovine/c.el +++ b/lisp/cedet/semantic/bovine/c.el | |||
| @@ -225,7 +225,7 @@ to store your global macros in a more natural way." | |||
| 225 | ) | 225 | ) |
| 226 | 226 | ||
| 227 | (defcustom semantic-c-member-of-autocast 't | 227 | (defcustom semantic-c-member-of-autocast 't |
| 228 | "Non-nil means classes with a '->' operator will cast to its return type. | 228 | "Non-nil means classes with a `->' operator will cast to its return type. |
| 229 | 229 | ||
| 230 | For Examples: | 230 | For Examples: |
| 231 | 231 | ||
| @@ -1049,8 +1049,8 @@ now. | |||
| 1049 | return-list)) | 1049 | return-list)) |
| 1050 | 1050 | ||
| 1051 | (defun semantic-expand-c-extern-C (tag) | 1051 | (defun semantic-expand-c-extern-C (tag) |
| 1052 | "Expand TAG containing an 'extern \"C\"' statement. | 1052 | "Expand TAG containing an `extern \"C\"' statement. |
| 1053 | This will return all members of TAG with 'extern \"C\"' added to | 1053 | This will return all members of TAG with `extern \"C\"' added to |
| 1054 | the typemodifiers attribute." | 1054 | the typemodifiers attribute." |
| 1055 | (when (eq (semantic-tag-class tag) 'extern) | 1055 | (when (eq (semantic-tag-class tag) 'extern) |
| 1056 | (let* ((mb (semantic-tag-get-attribute tag :members)) | 1056 | (let* ((mb (semantic-tag-get-attribute tag :members)) |
| @@ -1065,7 +1065,7 @@ the typemodifiers attribute." | |||
| 1065 | (defun semantic-expand-c-complex-type (tag) | 1065 | (defun semantic-expand-c-complex-type (tag) |
| 1066 | "Check if TAG has a full :type with a name on its own. | 1066 | "Check if TAG has a full :type with a name on its own. |
| 1067 | If so, extract it, and replace it with a reference to that type. | 1067 | If so, extract it, and replace it with a reference to that type. |
| 1068 | Thus, 'struct A { int a; } B;' will create 2 toplevel tags, one | 1068 | Thus, `struct A { int a; } B;' will create 2 toplevel tags, one |
| 1069 | is type A, and the other variable B where the :type of B is just | 1069 | is type A, and the other variable B where the :type of B is just |
| 1070 | a type tag A that is a prototype, and the actual struct info of A | 1070 | a type tag A that is a prototype, and the actual struct info of A |
| 1071 | is its own toplevel tag. This function will return (cons A B)." | 1071 | is its own toplevel tag. This function will return (cons A B)." |
| @@ -1656,7 +1656,7 @@ SPEC-LIST is the template specifier of the datatype instantiated." | |||
| 1656 | 1656 | ||
| 1657 | (defun semantic-c--template-name-1 (spec-list) | 1657 | (defun semantic-c--template-name-1 (spec-list) |
| 1658 | "Return a string used to compute template class name. | 1658 | "Return a string used to compute template class name. |
| 1659 | Based on SPEC-LIST, for ref<Foo,Bar> it will return 'Foo,Bar'." | 1659 | Based on SPEC-LIST, for ref<Foo,Bar> it will return `Foo,Bar'." |
| 1660 | (when (car spec-list) | 1660 | (when (car spec-list) |
| 1661 | (let* ((endpart (semantic-c--template-name-1 (cdr spec-list))) | 1661 | (let* ((endpart (semantic-c--template-name-1 (cdr spec-list))) |
| 1662 | (separator (and endpart ","))) | 1662 | (separator (and endpart ","))) |
| @@ -1665,7 +1665,7 @@ Based on SPEC-LIST, for ref<Foo,Bar> it will return 'Foo,Bar'." | |||
| 1665 | (defun semantic-c--template-name (type spec-list) | 1665 | (defun semantic-c--template-name (type spec-list) |
| 1666 | "Return a template class name for TYPE based on SPEC-LIST. | 1666 | "Return a template class name for TYPE based on SPEC-LIST. |
| 1667 | For a type `ref' with a template specifier of (Foo Bar) it will | 1667 | For a type `ref' with a template specifier of (Foo Bar) it will |
| 1668 | return 'ref<Foo,Bar>'." | 1668 | return `ref<Foo,Bar>'." |
| 1669 | (concat (semantic-tag-name type) | 1669 | (concat (semantic-tag-name type) |
| 1670 | "<" (semantic-c--template-name-1 (cdr spec-list)) ">")) | 1670 | "<" (semantic-c--template-name-1 (cdr spec-list)) ">")) |
| 1671 | 1671 | ||
| @@ -1693,7 +1693,7 @@ instantiated as specified in TYPE-DECLARATION." | |||
| 1693 | ;;; Patch here by "Raf" for instantiating templates. | 1693 | ;;; Patch here by "Raf" for instantiating templates. |
| 1694 | (defun semantic-c-dereference-member-of (type scope &optional type-declaration) | 1694 | (defun semantic-c-dereference-member-of (type scope &optional type-declaration) |
| 1695 | "Dereference through the `->' operator of TYPE. | 1695 | "Dereference through the `->' operator of TYPE. |
| 1696 | Uses the return type of the '->' operator if it is contained in TYPE. | 1696 | Uses the return type of the `->' operator if it is contained in TYPE. |
| 1697 | SCOPE is the current local scope to perform searches in. | 1697 | SCOPE is the current local scope to perform searches in. |
| 1698 | TYPE-DECLARATION is passed through." | 1698 | TYPE-DECLARATION is passed through." |
| 1699 | (if semantic-c-member-of-autocast | 1699 | (if semantic-c-member-of-autocast |
| @@ -1709,8 +1709,8 @@ TYPE-DECLARATION is passed through." | |||
| 1709 | ;; tests 5 and following. | 1709 | ;; tests 5 and following. |
| 1710 | 1710 | ||
| 1711 | (defun semantic-c-dereference-namespace (type scope &optional type-declaration) | 1711 | (defun semantic-c-dereference-namespace (type scope &optional type-declaration) |
| 1712 | "Dereference namespace which might hold an 'alias' for TYPE. | 1712 | "Dereference namespace which might hold an `alias' for TYPE. |
| 1713 | Such an alias can be created through 'using' statements in a | 1713 | Such an alias can be created through `using' statements in a |
| 1714 | namespace declaration. This function checks the namespaces in | 1714 | namespace declaration. This function checks the namespaces in |
| 1715 | SCOPE for such statements." | 1715 | SCOPE for such statements." |
| 1716 | (let ((scopetypes (oref scope scopetypes)) | 1716 | (let ((scopetypes (oref scope scopetypes)) |
| @@ -1826,7 +1826,7 @@ or nil if it cannot be found." | |||
| 1826 | (define-mode-local-override semantic-analyze-dereference-metatype | 1826 | (define-mode-local-override semantic-analyze-dereference-metatype |
| 1827 | c-mode (type scope &optional type-declaration) | 1827 | c-mode (type scope &optional type-declaration) |
| 1828 | "Dereference TYPE as described in `semantic-analyze-dereference-metatype'. | 1828 | "Dereference TYPE as described in `semantic-analyze-dereference-metatype'. |
| 1829 | Handle typedef, template instantiation, and '->' operator." | 1829 | Handle typedef, template instantiation, and `->' operator." |
| 1830 | (let* ((dereferencer-list '(semantic-c-dereference-typedef | 1830 | (let* ((dereferencer-list '(semantic-c-dereference-typedef |
| 1831 | semantic-c-dereference-template | 1831 | semantic-c-dereference-template |
| 1832 | semantic-c-dereference-member-of | 1832 | semantic-c-dereference-member-of |
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el index ce9e3252ec8..9c32388669b 100644 --- a/lisp/cedet/semantic/complete.el +++ b/lisp/cedet/semantic/complete.el | |||
| @@ -1491,7 +1491,7 @@ Not meaningful return value." | |||
| 1491 | "Display completions in *Completions* buffer, with focus highlight. | 1491 | "Display completions in *Completions* buffer, with focus highlight. |
| 1492 | A traditional displayor which can focus on a tag by showing it. | 1492 | A traditional displayor which can focus on a tag by showing it. |
| 1493 | Same as `semantic-displayor-traditional', but with selection between | 1493 | Same as `semantic-displayor-traditional', but with selection between |
| 1494 | multiple tags with the same name done by 'focusing' on the source | 1494 | multiple tags with the same name done by focusing on the source |
| 1495 | location of the different tags to differentiate them.") | 1495 | location of the different tags to differentiate them.") |
| 1496 | 1496 | ||
| 1497 | (cl-defmethod semantic-displayor-focus-request | 1497 | (cl-defmethod semantic-displayor-focus-request |
| @@ -1684,7 +1684,7 @@ Display mechanism using tooltip for a list of possible completions.") | |||
| 1684 | (setq msg-tail (concat "\n[<TAB> " (number-to-string (- numcompl max-tags)) " more]")) | 1684 | (setq msg-tail (concat "\n[<TAB> " (number-to-string (- numcompl max-tags)) " more]")) |
| 1685 | (setq msg-tail (concat "\n[<n/a> " (number-to-string (- numcompl max-tags)) " more]")) | 1685 | (setq msg-tail (concat "\n[<n/a> " (number-to-string (- numcompl max-tags)) " more]")) |
| 1686 | (when (>= (oref obj typing-count) 2) | 1686 | (when (>= (oref obj typing-count) 2) |
| 1687 | (message "Refine search to display results beyond the '%s' limit" | 1687 | (message "Refine search to display results beyond the ‘%s’ limit" |
| 1688 | (symbol-name 'semantic-complete-inline-max-tags-extended))))) | 1688 | (symbol-name 'semantic-complete-inline-max-tags-extended))))) |
| 1689 | ((= numcompl 1) | 1689 | ((= numcompl 1) |
| 1690 | ;; two possible cases | 1690 | ;; two possible cases |
diff --git a/lisp/cedet/semantic/ctxt.el b/lisp/cedet/semantic/ctxt.el index 456ef8d0ac1..33b9a2e6037 100644 --- a/lisp/cedet/semantic/ctxt.el +++ b/lisp/cedet/semantic/ctxt.el | |||
| @@ -362,7 +362,7 @@ This skips forward over symbols in a complex reference. | |||
| 362 | For example, in the C statement: | 362 | For example, in the C statement: |
| 363 | this.that().entry; | 363 | this.that().entry; |
| 364 | 364 | ||
| 365 | If the cursor is on 'this', will move point to the ; after entry.") | 365 | If the cursor is on `this', will move point to the ; after entry.") |
| 366 | 366 | ||
| 367 | (defun semantic-ctxt-end-of-symbol-default (&optional point) | 367 | (defun semantic-ctxt-end-of-symbol-default (&optional point) |
| 368 | "Move point to the end of the current symbol under POINT. | 368 | "Move point to the end of the current symbol under POINT. |
diff --git a/lisp/cedet/semantic/db.el b/lisp/cedet/semantic/db.el index 7380bddd2bb..e4ac56cdab4 100644 --- a/lisp/cedet/semantic/db.el +++ b/lisp/cedet/semantic/db.el | |||
| @@ -142,7 +142,7 @@ Abstract tables do not have file names associated with them." | |||
| 142 | nil) | 142 | nil) |
| 143 | 143 | ||
| 144 | (cl-defmethod semanticdb-dirty-p ((obj semanticdb-abstract-table)) | 144 | (cl-defmethod semanticdb-dirty-p ((obj semanticdb-abstract-table)) |
| 145 | "Return non-nil if OBJ is 'dirty'." | 145 | "Return non-nil if OBJ is dirty." |
| 146 | nil) | 146 | nil) |
| 147 | 147 | ||
| 148 | (cl-defmethod semanticdb-set-dirty ((obj semanticdb-abstract-table)) | 148 | (cl-defmethod semanticdb-set-dirty ((obj semanticdb-abstract-table)) |
| @@ -313,7 +313,7 @@ If OBJ's file is not loaded, read it in first." | |||
| 313 | (oref (oref obj parent-db) reference-directory))) | 313 | (oref (oref obj parent-db) reference-directory))) |
| 314 | 314 | ||
| 315 | (cl-defmethod semanticdb-dirty-p ((obj semanticdb-table)) | 315 | (cl-defmethod semanticdb-dirty-p ((obj semanticdb-table)) |
| 316 | "Return non-nil if OBJ is 'dirty'." | 316 | "Return non-nil if OBJ is dirty." |
| 317 | (oref obj dirty)) | 317 | (oref obj dirty)) |
| 318 | 318 | ||
| 319 | (cl-defmethod semanticdb-set-dirty ((obj semanticdb-table)) | 319 | (cl-defmethod semanticdb-set-dirty ((obj semanticdb-table)) |
| @@ -369,7 +369,7 @@ Abstract tables do not have file names associated with them." | |||
| 369 | nil) | 369 | nil) |
| 370 | 370 | ||
| 371 | (cl-defmethod semanticdb-dirty-p ((DB semanticdb-project-database)) | 371 | (cl-defmethod semanticdb-dirty-p ((DB semanticdb-project-database)) |
| 372 | "Return non-nil if DB is 'dirty'. | 372 | "Return non-nil if DB is dirty. |
| 373 | A database is dirty if the state of the database changed in a way | 373 | A database is dirty if the state of the database changed in a way |
| 374 | where it may need to resynchronize with some persistent storage." | 374 | where it may need to resynchronize with some persistent storage." |
| 375 | (let ((dirty nil) | 375 | (let ((dirty nil) |
diff --git a/lisp/cedet/semantic/java.el b/lisp/cedet/semantic/java.el index 7dcd7f1be85..fc02d034dca 100644 --- a/lisp/cedet/semantic/java.el +++ b/lisp/cedet/semantic/java.el | |||
| @@ -369,7 +369,7 @@ That is @NAME." | |||
| 369 | 369 | ||
| 370 | (defsubst semantic-java-doc-tag-name (tag) | 370 | (defsubst semantic-java-doc-tag-name (tag) |
| 371 | "Return name of the doc TAG symbol. | 371 | "Return name of the doc TAG symbol. |
| 372 | That is TAG `symbol-name' without the leading '@'." | 372 | That is TAG `symbol-name' without the leading ‘@’." |
| 373 | (substring (symbol-name tag) 1)) | 373 | (substring (symbol-name tag) 1)) |
| 374 | 374 | ||
| 375 | (defun semantic-java-doc-keyword-before-p (k1 k2) | 375 | (defun semantic-java-doc-keyword-before-p (k1 k2) |
diff --git a/lisp/cedet/semantic/senator.el b/lisp/cedet/semantic/senator.el index c58def60585..372e1d920e7 100644 --- a/lisp/cedet/semantic/senator.el +++ b/lisp/cedet/semantic/senator.el | |||
| @@ -507,7 +507,7 @@ filters in `senator-search-tag-filter-functions' remain active." | |||
| 507 | (define-overloadable-function semantic-up-reference (tag) | 507 | (define-overloadable-function semantic-up-reference (tag) |
| 508 | "Return a tag that is referred to by TAG. | 508 | "Return a tag that is referred to by TAG. |
| 509 | A \"reference\" could be any interesting feature of TAG. | 509 | A \"reference\" could be any interesting feature of TAG. |
| 510 | In C++, a function may have a 'parent' which is non-local. | 510 | In C++, a function may have a `parent' which is non-local. |
| 511 | If that parent which is only a reference in the function tag | 511 | If that parent which is only a reference in the function tag |
| 512 | is found, we can jump to it. | 512 | is found, we can jump to it. |
| 513 | Some tags such as includes have other reference features.") | 513 | Some tags such as includes have other reference features.") |
| @@ -516,7 +516,7 @@ Some tags such as includes have other reference features.") | |||
| 516 | (defun senator-go-to-up-reference (&optional tag) | 516 | (defun senator-go-to-up-reference (&optional tag) |
| 517 | "Move up one reference from the current TAG. | 517 | "Move up one reference from the current TAG. |
| 518 | A \"reference\" could be any interesting feature of TAG. | 518 | A \"reference\" could be any interesting feature of TAG. |
| 519 | In C++, a function may have a 'parent' which is non-local. | 519 | In C++, a function may have a `parent' which is non-local. |
| 520 | If that parent which is only a reference in the function tag | 520 | If that parent which is only a reference in the function tag |
| 521 | is found, we can jump to it. | 521 | is found, we can jump to it. |
| 522 | Some tags such as includes have other reference features." | 522 | Some tags such as includes have other reference features." |
diff --git a/lisp/cedet/semantic/wisent/comp.el b/lisp/cedet/semantic/wisent/comp.el index 90c5ebd0095..6730e8e5bc7 100644 --- a/lisp/cedet/semantic/wisent/comp.el +++ b/lisp/cedet/semantic/wisent/comp.el | |||
| @@ -2892,7 +2892,7 @@ Also warn if X is a $N or $regionN symbol with N < 1 or N > M." | |||
| 2892 | "Parse BODY of semantic action. | 2892 | "Parse BODY of semantic action. |
| 2893 | N is the maximum number of $N variables that can be referenced in | 2893 | N is the maximum number of $N variables that can be referenced in |
| 2894 | BODY. Warn on references out of permitted range. | 2894 | BODY. Warn on references out of permitted range. |
| 2895 | Optional argument FOUND is the accumulated list of '$N' references | 2895 | Optional argument FOUND is the accumulated list of $N references |
| 2896 | encountered so far. | 2896 | encountered so far. |
| 2897 | Return a cons (FOUND . XBODY), where FOUND is the list of $N | 2897 | Return a cons (FOUND . XBODY), where FOUND is the list of $N |
| 2898 | references found in BODY, and XBODY is BODY expression with | 2898 | references found in BODY, and XBODY is BODY expression with |
diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el index 6abeb4a2440..2dc3dd3c2ad 100644 --- a/lisp/cedet/semantic/wisent/python.el +++ b/lisp/cedet/semantic/wisent/python.el | |||
| @@ -130,7 +130,7 @@ curly braces." | |||
| 130 | 130 | ||
| 131 | (defun wisent-python-forward-balanced-expression () | 131 | (defun wisent-python-forward-balanced-expression () |
| 132 | "Move point to the end of the balanced expression at point. | 132 | "Move point to the end of the balanced expression at point. |
| 133 | Here 'balanced expression' means anything matched by Emacs' | 133 | Here “balanced expression” means anything matched by Emacs's |
| 134 | open/close parenthesis syntax classes. We can't use forward-sexp | 134 | open/close parenthesis syntax classes. We can't use forward-sexp |
| 135 | for this because that Emacs built-in can't parse Python's | 135 | for this because that Emacs built-in can't parse Python's |
| 136 | triple-quoted string syntax." | 136 | triple-quoted string syntax." |
| @@ -490,7 +490,7 @@ Return nil if there is nothing relevant." | |||
| 490 | ;; | 490 | ;; |
| 491 | (define-mode-local-override semantic-format-tag-abbreviate python-mode (tag &optional parent color) | 491 | (define-mode-local-override semantic-format-tag-abbreviate python-mode (tag &optional parent color) |
| 492 | "Format an abbreviated tag for python. | 492 | "Format an abbreviated tag for python. |
| 493 | Shortens 'code' tags, but passes through for others." | 493 | Shortens `code' tags, but passes through for others." |
| 494 | (cond ((semantic-tag-of-class-p tag 'code) | 494 | (cond ((semantic-tag-of-class-p tag 'code) |
| 495 | ;; Just take the first line. | 495 | ;; Just take the first line. |
| 496 | (let ((name (semantic-tag-name tag))) | 496 | (let ((name (semantic-tag-name tag))) |
diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el index a8d6a5008bb..c6b3b53f24d 100644 --- a/lisp/cedet/srecode/compile.el +++ b/lisp/cedet/srecode/compile.el | |||
| @@ -75,7 +75,7 @@ any incoming dictionaries values.") | |||
| 75 | :initform nil | 75 | :initform nil |
| 76 | :documentation | 76 | :documentation |
| 77 | "During template insertion, this is the stack of active templates. | 77 | "During template insertion, this is the stack of active templates. |
| 78 | The top-most template is the 'active' template. Use the accessor methods | 78 | The top-most template is the `active' template. Use the accessor methods |
| 79 | for push, pop, and peek for the active template.") | 79 | for push, pop, and peek for the active template.") |
| 80 | (table :initarg :table | 80 | (table :initarg :table |
| 81 | :documentation | 81 | :documentation |
| @@ -290,7 +290,7 @@ Arguments ESCAPE-START and ESCAPE-END are the current escape sequences in use." | |||
| 290 | ) | 290 | ) |
| 291 | ;; Continue | 291 | ;; Continue |
| 292 | (setq tags (cdr tags))) | 292 | (setq tags (cdr tags))) |
| 293 | 293 | ||
| 294 | ;; MSG - Before install since nreverse whacks our list. | 294 | ;; MSG - Before install since nreverse whacks our list. |
| 295 | (when (called-interactively-p 'interactive) | 295 | (when (called-interactively-p 'interactive) |
| 296 | (message "%d templates compiled for %s" | 296 | (message "%d templates compiled for %s" |
diff --git a/lisp/cedet/srecode/dictionary.el b/lisp/cedet/srecode/dictionary.el index 27e730f9d6a..b95d45ebc86 100644 --- a/lisp/cedet/srecode/dictionary.el +++ b/lisp/cedet/srecode/dictionary.el | |||
| @@ -417,7 +417,7 @@ searched for NAME if it is not found in DICT. This recursive | |||
| 417 | lookup can be disabled by the optional argument NON-RECURSIVE. | 417 | lookup can be disabled by the optional argument NON-RECURSIVE. |
| 418 | 418 | ||
| 419 | This function derives values for some special NAMEs, such as | 419 | This function derives values for some special NAMEs, such as |
| 420 | 'FIRST' and 'LAST'." | 420 | `FIRST' and `LAST'." |
| 421 | (if (not (slot-boundp dict 'namehash)) | 421 | (if (not (slot-boundp dict 'namehash)) |
| 422 | nil | 422 | nil |
| 423 | ;; Get the value of this name from the dictionary or its parent | 423 | ;; Get the value of this name from the dictionary or its parent |
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el index 47577844c74..f0fe498cbba 100644 --- a/lisp/cedet/srecode/document.el +++ b/lisp/cedet/srecode/document.el | |||
| @@ -655,7 +655,7 @@ If there is only one tag in the region, complain." | |||
| 655 | "Create documentation for the function defined in TAG. | 655 | "Create documentation for the function defined in TAG. |
| 656 | If we can identify a verb in the list followed by some | 656 | If we can identify a verb in the list followed by some |
| 657 | name part then check the return value to see if we can use that to | 657 | name part then check the return value to see if we can use that to |
| 658 | finish off the sentence. That is, any function with 'alloc' in it will be | 658 | finish off the sentence. That is, any function with `alloc' in it will be |
| 659 | allocating something based on its type." | 659 | allocating something based on its type." |
| 660 | (let ((al srecode-document-autocomment-return-first-alist) | 660 | (let ((al srecode-document-autocomment-return-first-alist) |
| 661 | (dropit nil) | 661 | (dropit nil) |
diff --git a/lisp/cedet/srecode/insert.el b/lisp/cedet/srecode/insert.el index c24bd99c79c..d1b00157648 100644 --- a/lisp/cedet/srecode/insert.el +++ b/lisp/cedet/srecode/insert.el | |||
| @@ -377,9 +377,9 @@ Can't be blank, or it might be used by regular variable insertion.") | |||
| 377 | (where :initform 'begin | 377 | (where :initform 'begin |
| 378 | :initarg :where | 378 | :initarg :where |
| 379 | :documentation | 379 | :documentation |
| 380 | "This should be 'begin or 'end, indicating where to insert a CR. | 380 | "This should be `begin' or `end', indicating where to insert a CR. |
| 381 | When set to 'begin, it will insert a CR if we are not at 'bol'. | 381 | When `begin', insert a CR if not at 'bol'. |
| 382 | When set to 'end it will insert a CR if we are not at 'eol'.") | 382 | When `end', insert a CR if not at 'eol'.") |
| 383 | ;; @TODO - Add slot and control for the number of blank | 383 | ;; @TODO - Add slot and control for the number of blank |
| 384 | ;; lines before and after point. | 384 | ;; lines before and after point. |
| 385 | ) | 385 | ) |
| @@ -762,7 +762,7 @@ Arguments ESCAPE-START and ESCAPE-END are the current escape sequences in use." | |||
| 762 | (cl-defmethod srecode-insert-method ((sti srecode-template-inserter-point) | 762 | (cl-defmethod srecode-insert-method ((sti srecode-template-inserter-point) |
| 763 | dictionary) | 763 | dictionary) |
| 764 | "Insert the STI inserter. | 764 | "Insert the STI inserter. |
| 765 | Save point in the class allocated 'point' slot. | 765 | Save point in the class allocated `point' slot. |
| 766 | If `srecode-template-inserter-point-override' non-nil then this | 766 | If `srecode-template-inserter-point-override' non-nil then this |
| 767 | generalized marker will do something else. See | 767 | generalized marker will do something else. See |
| 768 | `srecode-template-inserter-include-wrap' as an example." | 768 | `srecode-template-inserter-include-wrap' as an example." |
diff --git a/lisp/cedet/srecode/texi.el b/lisp/cedet/srecode/texi.el index 6c8f7a6e3ca..38bdc9a2f72 100644 --- a/lisp/cedet/srecode/texi.el +++ b/lisp/cedet/srecode/texi.el | |||
| @@ -245,7 +245,7 @@ that class. | |||
| 245 | variable => @code{variable} | 245 | variable => @code{variable} |
| 246 | class => @code{class} @xref{class} | 246 | class => @code{class} @xref{class} |
| 247 | unknown => @code{unknown} | 247 | unknown => @code{unknown} |
| 248 | \"text\" => \\=`\\=`text'' | 248 | \"text\" => \\=`\\=`text\\='\\=' |
| 249 | 'quoteme => @code{quoteme} | 249 | 'quoteme => @code{quoteme} |
| 250 | non-nil => non-@code{nil} | 250 | non-nil => non-@code{nil} |
| 251 | t => @code{t} | 251 | t => @code{t} |