diff --git a/doc/Glossary-Concise.txt b/doc/Glossary-Concise.txt
index 046e3ed..18a57b7 100644
--- a/doc/Glossary-Concise.txt
+++ b/doc/Glossary-Concise.txt
@@ -356,7 +356,7 @@ a:indices/string D: as-a A: - F: -
Return a new array with the indices of the specified string in the original array.
a:last D: a-n A: - F: -
-Return a new array containing the first `n` values from the source array.
+Return the last value in the array.
a:left D: an-a A: - F: -
Return a new array containing the first `n` values from the source array.
diff --git a/doc/Glossary.html b/doc/Glossary.html
index b539f6c..7903ea4 100644
--- a/doc/Glossary.html
+++ b/doc/Glossary.html
@@ -867,7 +867,7 @@
Addr: -
Float: -
Return a new array containing the first `n` values from the source array.
+Return the last value in the array.
Class: | class:word |
Namespace: | a |
Interface Layer: | all |
Data: an-a
diff --git a/doc/Glossary.txt b/doc/Glossary.txt
index ea29a89..f9e644f 100644
--- a/doc/Glossary.txt
+++ b/doc/Glossary.txt
@@ -1351,7 +1351,7 @@ a:last
Addr: -
Float: -
-Return a new array containing the first `n` values from the source array.
+Return the last value in the array.
Class: class:word | Namespace: a | Interface Layer: all
------------------------------------------------------------------------
diff --git a/doc/words.tsv b/doc/words.tsv
index 170dd53..29f7f62 100644
--- a/doc/words.tsv
+++ b/doc/words.tsv
@@ -117,7 +117,7 @@ a:index an-n - - Return the location of the first instance of the specified valu
a:index/string as-n - - Return the location of the first instance of the specified string in the array. class:word {n/a} {n/a} a all
a:indices av-a - - Return a new array with the indices the specified value was found at in the original array. class:word {n/a} {n/a} a all
a:indices/string as-a - - Return a new array with the indices of the specified string in the original array. class:word {n/a} {n/a} a all
-a:last a-n - - Return a new array containing the first `n` values from the source array. class:word {n/a} {n/a} a all
+a:last a-n - - Return the last value in the array. class:word {n/a} {n/a} a all
a:left an-a - - Return a new array containing the first `n` values from the source array. class:word {n/a} {n/a} a all
a:length a-n - - Return the length of a array. class:word {n/a} {n/a} a all
a:make q-a - - Execute quote. Return a new array containing the values the quote leaves on the stack. This is identical to doing `a:counted-results class:word {n/a} {n/a} a all