diff options
| author | Joakim Verona | 2013-09-12 07:57:09 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-09-12 07:57:09 +0200 |
| commit | 49b24704f6762c8600cdcd829d8874ed4a1a69c8 (patch) | |
| tree | f5385407000dfe86331fe34325c2a896e1293312 /lisp/progmodes | |
| parent | 7701e0724215b82d2f635c19d7e7f2a9863e687c (diff) | |
| parent | 16d9f8966f7aa73f9e7bae8e208c7a35c03cb54d (diff) | |
| download | emacs-49b24704f6762c8600cdcd829d8874ed4a1a69c8.tar.gz emacs-49b24704f6762c8600cdcd829d8874ed4a1a69c8.zip | |
merge from trunk
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index cc6c8234dd2..8a7d1e77bd2 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -6535,7 +6535,7 @@ side-effect of memorizing only. Examples in `cperl-style-examples'." | |||
| 6535 | (eval '(mode-compile)))) ; Avoid a warning | 6535 | (eval '(mode-compile)))) ; Avoid a warning |
| 6536 | 6536 | ||
| 6537 | (declare-function Info-find-node "info" | 6537 | (declare-function Info-find-node "info" |
| 6538 | (filename nodename &optional no-going-back)) | 6538 | (filename nodename &optional no-going-back strict-case)) |
| 6539 | 6539 | ||
| 6540 | (defun cperl-info-buffer (type) | 6540 | (defun cperl-info-buffer (type) |
| 6541 | ;; Returns buffer with documentation. Creates if missing. | 6541 | ;; Returns buffer with documentation. Creates if missing. |